Color Hex Logo

#eccaaa Color Hex

#ECCAAA
(236,202,170)
0 Favorites   0 Comments

Color spaces of #eccaaa

RGB 236202170
HSL0.080.630.80
HSV29°28°93°
CMYK 0.000.140.28   0.07
XYZ62.968362.976246.8670
Yxy62.97620.36440.3644
Hunter Lab79.35752.759720.5348
CIE-Lab83.42997.300620.4231

#eccaaa color RGB value is (236,202,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001010 10101010
Octal 354 312 252
Decimal 236 202 170
Hex EC CA AA

RGB Percentages of Color #eccaaa

%38.82
%33.22
%27.96

CMYK Percentages of Color #eccaaa

%0
%14
%28
%7

Triadic Colors of #eccaaa

#eccaaa #aaecca #caaaec

Analogous Colors of #eccaaa

#eccaaa #ecebaa #ecaaab

Monochromatic Colors of #eccaaa

#eccaaa

Complementary Color

#eccaaa #aaccec

#eccaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccaaa Color CSS Codes

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

#eccaaa Text Font Color

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

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


#eccaaa Background Color

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

This div background color is #eccaaa


#eccaaa Border Color

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

This div border color is #eccaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccaaa

#eccaaa Color Palettes


Comments

No comments written yet.

Please login to write comment.