Color Hex Logo

#edd206 Color Hex

#EDD206
(237,210,6)
0 Favorites   0 Comments

Color spaces of #edd206

RGB 2372106
HSL0.150.950.48
HSV53°97°93°
CMYK 0.000.110.97   0.07
XYZ58.004564.11099.4898
Yxy64.11090.44070.4871
Hunter Lab80.0693-10.810749.0215
CIE-Lab84.0235-7.026483.7804

#edd206 color RGB value is (237,210,6).

#edd206 hex color red value is 237, green value is 210 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #edd206 hue: 0.15 , saturation: 0.95 and the lightness value of edd206 is 0.48.

The process color (four color CMYK) of #edd206 color hex is 0.00, 0.11, 0.97, 0.07. Web safe color of #edd206 is #ffcc00. Color #edd206 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010010 00000110
Octal 355 322 6
Decimal 237 210 6
Hex ED D2 6

RGB Percentages of Color #edd206

%52.32
%46.36
%1.32

CMYK Percentages of Color #edd206

%0
%11
%97
%7

Triadic Colors of #edd206

#edd206 #06edd2 #d206ed

Analogous Colors of #edd206

#edd206 #95ed06 #ed5f06

Monochromatic Colors of #edd206

#edd206

Complementary Color

#edd206 #0621ed

#edd206 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd206 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd206 Color CSS Codes

.mybgcolor {background-color:#edd206; } 
.myforecolor {color:#edd206; }
.mybordercolor {border:3px solid #edd206; }

#edd206 Text Font Color

<p style="color:#edd206">Text here</p>

This sample text font color is #edd206
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#edd206 Background Color

<div style="background-color:#edd206">
Div content here</div>

This div background color is #edd206


#edd206 Border Color

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

This div border color is #edd206


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,210,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #edd206; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #edd206;
  -webkit-box-shadow: 1px 1px 3px 2px #edd206;
  box-shadow:         1px 1px 3px 2px #edd206; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,210,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #edd206">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #edd206;
  -webkit-box-shadow: 1px 1px 3px 2px #edd206;
  box-shadow:         1px 1px 3px 2px #edd206;">
Div content here</div>

This div box has shadow with color #edd206


Comments

No comments written yet.

Please login to write comment.