Color Hex Logo

#edc477 Color Hex

#EDC477
(237,196,119)
0 Favorites   0 Comments

Color spaces of #edc477

RGB 237196119
HSL0.110.770.70
HSV39°50°93°
CMYK 0.000.170.50   0.07
XYZ57.994858.816325.7488
Yxy58.81630.40680.4126
Hunter Lab76.69180.772233.7780
CIE-Lab81.19055.161043.8910

#edc477 color RGB value is (237,196,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000100 01110111
Octal 355 304 167
Decimal 237 196 119
Hex ED C4 77

RGB Percentages of Color #edc477

%42.93
%35.51
%21.56

CMYK Percentages of Color #edc477

%0
%17
%50
%7

Triadic Colors of #edc477

#edc477 #77edc4 #c477ed

Analogous Colors of #edc477

#edc477 #dbed77 #ed8977

Monochromatic Colors of #edc477

#edc477

Complementary Color

#edc477 #77a0ed

#edc477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc477 Color CSS Codes

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

#edc477 Text Font Color

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

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


#edc477 Background Color

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

This div background color is #edc477


#edc477 Border Color

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

This div border color is #edc477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc477


Comments

No comments written yet.

Please login to write comment.