Color Hex Logo

#edcaae Color Hex

#EDCAAE
(237,202,174)
0 Favorites   0 Comments

Color spaces of #edcaae

RGB 237202174
HSL0.070.640.81
HSV27°27°93°
CMYK 0.000.150.27   0.07
XYZ63.685663.301648.9062
Yxy63.30160.36210.3599
Hunter Lab79.56233.646219.2486
CIE-Lab83.60088.212618.5588

#edcaae color RGB value is (237,202,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 10101110
Octal 355 312 256
Decimal 237 202 174
Hex ED CA AE

RGB Percentages of Color #edcaae

%38.66
%32.95
%28.38

CMYK Percentages of Color #edcaae

%0
%15
%27
%7

Triadic Colors of #edcaae

#edcaae #aeedca #caaeed

Analogous Colors of #edcaae

#edcaae #edeaae #edaeb2

Monochromatic Colors of #edcaae

#edcaae

Complementary Color

#edcaae #aed1ed

#edcaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcaae Color CSS Codes

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

#edcaae Text Font Color

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

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


#edcaae Background Color

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

This div background color is #edcaae


#edcaae Border Color

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

This div border color is #edcaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcaae


Comments

No comments written yet.

Please login to write comment.