Color Hex Logo

#edd477 Color Hex

#EDD477
(237,212,119)
0 Favorites   0 Comments

Color spaces of #edd477

RGB 237212119
HSL0.130.770.70
HSV47°50°93°
CMYK 0.000.110.50   0.07
XYZ61.798366.423427.0166
Yxy66.42340.39810.4279
Hunter Lab81.5006-7.277237.3964
CIE-Lab85.2119-3.097348.8270

#edd477 color RGB value is (237,212,119).

#edd477 hex color red value is 237, green value is 212 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #edd477 hue: 0.13 , saturation: 0.77 and the lightness value of edd477 is 0.70.

The process color (four color CMYK) of #edd477 color hex is 0.00, 0.11, 0.50, 0.07. Web safe color of #edd477 is #ffcc66. Color #edd477 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010100 01110111
Octal 355 324 167
Decimal 237 212 119
Hex ED D4 77

RGB Percentages of Color #edd477

%41.73
%37.32
%20.95

CMYK Percentages of Color #edd477

%0
%11
%50
%7

Triadic Colors of #edd477

#edd477 #77edd4 #d477ed

Analogous Colors of #edd477

#edd477 #cbed77 #ed9977

Monochromatic Colors of #edd477

#edd477

Complementary Color

#edd477 #7790ed

#edd477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd477 Color CSS Codes

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

#edd477 Text Font Color

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

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


#edd477 Background Color

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

This div background color is #edd477


#edd477 Border Color

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

This div border color is #edd477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd477


Comments

No comments written yet.

Please login to write comment.