Color Hex Logo

#edccae Color Hex

#EDCCAE
(237,204,174)
0 Favorites   0 Comments

Color spaces of #edccae

RGB 237204174
HSL0.080.640.81
HSV29°27°93°
CMYK 0.000.140.27   0.07
XYZ64.157964.246249.0637
Yxy64.24620.36150.3620
Hunter Lab80.15372.608719.8150
CIE-Lab84.09387.166619.2445

#edccae color RGB value is (237,204,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 10101110
Octal 355 314 256
Decimal 237 204 174
Hex ED CC AE

RGB Percentages of Color #edccae

%38.54
%33.17
%28.29

CMYK Percentages of Color #edccae

%0
%14
%27
%7

Triadic Colors of #edccae

#edccae #aeedcc #ccaeed

Analogous Colors of #edccae

#edccae #edecae #edaeb0

Monochromatic Colors of #edccae

#edccae

Complementary Color

#edccae #aecfed

#edccae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edccae Color Preview on White Background

Lorem ipsum dolor sit amet.

#edccae Color CSS Codes

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

#edccae Text Font Color

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

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


#edccae Background Color

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

This div background color is #edccae


#edccae Border Color

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

This div border color is #edccae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edccae


Comments

No comments written yet.

Please login to write comment.