Color Hex Logo

#edc0ae Color Hex

#EDC0AE
(237,192,174)
0 Favorites   0 Comments

Color spaces of #edc0ae

RGB 237192174
HSL0.050.640.81
HSV17°27°93°
CMYK 0.000.190.27   0.07
XYZ61.414758.759848.1493
Yxy58.75980.36490.3491
Hunter Lab76.65498.865216.4166
CIE-Lab81.159413.472515.1437

#edc0ae color RGB value is (237,192,174).

#edc0ae hex color red value is 237, green value is 192 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #edc0ae hue: 0.05 , saturation: 0.64 and the lightness value of edc0ae is 0.81.

The process color (four color CMYK) of #edc0ae color hex is 0.00, 0.19, 0.27, 0.07. Web safe color of #edc0ae is #ffcc99. Color #edc0ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000000 10101110
Octal 355 300 256
Decimal 237 192 174
Hex ED C0 AE

RGB Percentages of Color #edc0ae

%39.30
%31.84
%28.86

CMYK Percentages of Color #edc0ae

%0
%19
%27
%7

Triadic Colors of #edc0ae

#edc0ae #aeedc0 #c0aeed

Analogous Colors of #edc0ae

#edc0ae #ede0ae #edaebc

Monochromatic Colors of #edc0ae

#edc0ae

Complementary Color

#edc0ae #aedbed

#edc0ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc0ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc0ae Color CSS Codes

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

#edc0ae Text Font Color

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

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


#edc0ae Background Color

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

This div background color is #edc0ae


#edc0ae Border Color

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

This div border color is #edc0ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc0ae


Comments

No comments written yet.

Please login to write comment.