Color Hex Logo

#edd006 Color Hex

#EDD006
(237,208,6)
0 Favorites   0 Comments

Color spaces of #edd006

RGB 2372086
HSL0.150.950.48
HSV52°97°93°
CMYK 0.000.120.97   0.07
XYZ57.513863.12949.3262
Yxy63.12940.44250.4857
Hunter Lab79.4540-9.835048.6584
CIE-Lab83.5104-6.014383.4083

#edd006 color RGB value is (237,208,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010000 00000110
Octal 355 320 6
Decimal 237 208 6
Hex ED D0 6

RGB Percentages of Color #edd006

%52.55
%46.12
%1.33

CMYK Percentages of Color #edd006

%0
%12
%97
%7

Triadic Colors of #edd006

#edd006 #06edd0 #d006ed

Analogous Colors of #edd006

#edd006 #97ed06 #ed5d06

Monochromatic Colors of #edd006

#edd006

Complementary Color

#edd006 #0623ed

#edd006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd006 Color CSS Codes

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

#edd006 Text Font Color

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

This sample text font color is #edd006
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.


#edd006 Background Color

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

This div background color is #edd006


#edd006 Border Color

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

This div border color is #edd006


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,208,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 #edd006">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd006


Comments

No comments written yet.

Please login to write comment.