Color Hex Logo

#ecccaa Color Hex

#ECCCAA
(236,204,170)
0 Favorites   0 Comments

Color spaces of #ecccaa

RGB 236204170
HSL0.090.630.80
HSV31°28°93°
CMYK 0.000.140.28   0.07
XYZ63.440663.920947.0245
Yxy63.92090.36380.3665
Hunter Lab79.95051.725921.0928
CIE-Lab83.92466.255321.1071

#ecccaa color RGB value is (236,204,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001100 10101010
Octal 354 314 252
Decimal 236 204 170
Hex EC CC AA

RGB Percentages of Color #ecccaa

%38.69
%33.44
%27.87

CMYK Percentages of Color #ecccaa

%0
%14
%28
%7

Triadic Colors of #ecccaa

#ecccaa #aaeccc #ccaaec

Analogous Colors of #ecccaa

#ecccaa #ebecaa #ecabaa

Monochromatic Colors of #ecccaa

#ecccaa

Complementary Color

#ecccaa #aacaec

#ecccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecccaa Color CSS Codes

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

#ecccaa Text Font Color

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

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


#ecccaa Background Color

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

This div background color is #ecccaa


#ecccaa Border Color

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

This div border color is #ecccaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecccaa


Comments

No comments written yet.

Please login to write comment.