Color Hex Logo

#edcaaa Color Hex

#EDCAAA
(237,202,170)
0 Favorites   0 Comments

Color spaces of #edcaaa

RGB 237202170
HSL0.080.650.80
HSV29°28°93°
CMYK 0.000.150.28   0.07
XYZ63.301363.147946.8826
Yxy63.14790.36520.3643
Hunter Lab79.46573.125920.6465
CIE-Lab83.52017.678520.5620

#edcaaa color RGB value is (237,202,170).

#edcaaa hex color red value is 237, green value is 202 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #edcaaa hue: 0.08 , saturation: 0.65 and the lightness value of edcaaa is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 10101010
Octal 355 312 252
Decimal 237 202 170
Hex ED CA AA

RGB Percentages of Color #edcaaa

%38.92
%33.17
%27.91

CMYK Percentages of Color #edcaaa

%0
%15
%28
%7

Triadic Colors of #edcaaa

#edcaaa #aaedca #caaaed

Analogous Colors of #edcaaa

#edcaaa #edecaa #edaaac

Monochromatic Colors of #edcaaa

#edcaaa

Complementary Color

#edcaaa #aacded

#edcaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcaaa Color CSS Codes

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

#edcaaa Text Font Color

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

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


#edcaaa Background Color

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

This div background color is #edcaaa


#edcaaa Border Color

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

This div border color is #edcaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcaaa

#edcaaa Color Palettes


Comments

No comments written yet.

Please login to write comment.