COLOR #BED325

HEX: #BED325
RGB: (190,211,37)

Renk bilgisi

#BED325 contains mainly red and green colors. #BED325 ‘ nin web güvenlik rengi #CCCC33 (ya da #CC3) dir.

RGB renk modeli

#BED325 color RGB value is (190,211,37).

  • kırmız ton 190;
  • yeşil ton 211;
  • mavi ton 37.
RGB:
(190,211,37)
(75%,83%,15%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 211 of 255 = 83%
B 37 of 255 = 15%

190
211
37

R + G + B ~ 58%. #BED325 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 211 + 37 = 438 (100%)
R 190 of 438 ~ 43.38%
G 211 of 438 ~ 48.17%
B 37 of 438 ~ 8.45%

%43.38
%48.17

CMYK RENK MODELİ

#BED325 rengi CMYK tonu (10,0,82,17).

  • camgöbeği tonu 9.95%
  • eflatun tonu 0.00%
  • sarı tonu 82.46%
  • ana renk tonu 17.25%
CMYK:
(10,0,82,17)
C10M0Y82K17 
(10%,0%,82%,17%)
(0.10/0.00/0.82/0.17)	

CMYK yüzdeleri

%9.95
%0
%82.46
%17.25

Codes

Color #BED325 in popluar color models

BED325
RGB19021137
HSL67°70.16%48.63%
HSB/HSV67°82.46%82.75%
CMYK9.95%0.00%82.46%
17.25%

Color #BED325 in popluar number systems.

HEXBED325
Decimal19021137
Binary1011111011010011100101
Octal27632345

Shades and tints

Shades of #BED325

#BED325
(190,211,37)
#ADC022
(173,192,34)
#9CAD1F
(156,173,31)
#8B9A1C
(139,154,28)
#7A8719
(122,135,25)
#697416
(105,116,22)
#586113
(88,97,19)
#474E10
(71,78,16)
#363B0D
(54,59,13)
#25280A
(37,40,10)
#141507
(20,21,7)
#000000
(0,0,0)

Tints of #BED325

#BED325
(190,211,37)
#C3D738
(195,215,56)
#C8DB4B
(200,219,75)
#CDDF5E
(205,223,94)
#D2E371
(210,227,113)
#D7E784
(215,231,132)
#DCEB97
(220,235,151)
#E1EFAA
(225,239,170)
#E6F3BD
(230,243,189)
#EBF7D0
(235,247,208)
#F0FBE3
(240,251,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BED325 color. Also use rgb(190,211,37) instead hex code.

Text Font Color

.myTextColor { color: #BED325; }

<p style="color:#BED325">This sample text font color is #BED325.</p>

This text font color is #BED325.


Background Color

.myBgColor { background-color: #BED325; }

<div style="background-color:#BED325">Inner text</div>

This div background color is #BED325.


Border color

.myBorderColor { border: 1px solid #BED325; }

<div style="border:3px solid #BED325">Div</div>

This div border color is #BED325.


Opacity

.myOpacity80 { color: #BED325; opacity: 0.8; }

<p style="color:#BED325;opacity:0.8;">80%</p>

Text with #BED325 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BED325;}

<p style="text-shadow: 3px 3px 1px #BED325">Text here.</p>

This text has shadow with #BED325 color.

.textShadow {text-shadow: 3px 3px 1px #BED325, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BED325, 5px 5px 20px red">Text here.</p>

This text has shadow with #BED325 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BED325, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BED325, Direction=45, Strength=4)">Text</p>

This text has shadow with #BED325 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BED325;
  -webkit-box-shadow:	1px 1px 3px 2px #BED325;
  box-shadow:		1px 1px 3px 2px #BED325;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BED325;
-webkit-box-shadow: 1px 1px 3px 2px #BED325;
box-shadow:1px 1px 3px 2px #BED325;">
Div content here</div>
This div box has shadow with color #BED325.

Preview

Color preview on black background

This text has color #BED325 on black background.


Color preview on white background

This text has color #BED325 on white background.



Black color preview on #BED325 background

This text has black color on #BED325 background.


White color preview on #BED325 background

This text has white color on #BED325 background.