color codes Logo

#eccaa0 color codes

#ECCAA0
(236,202,160)
0 Favorites   0 Comments

Color spaces of #eccaa0

RGB 236202160
HSL0.090.670.78
HSV33°32°93°
CMYK 0.000.140.32   0.07
XYZ62.057862.612042.0722
Yxy62.61200.37220.3755
Hunter Lab79.12771.519323.8649
CIE-Lab83.23786.017325.4280

#eccaa0 color RGB value is (236,202,160).

#eccaa0 hex color red value is 236, green value is 202 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #eccaa0 hue: 0.09 , saturation: 0.67 and the lightness value of eccaa0 is 0.78.

The process color (four color CMYK) of #eccaa0 color code is 0.00, 0.14, 0.32, 0.07. Web safe color of #eccaa0 is #ffcc99. Color #eccaa0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001010 10100000
Octal 354 312 240
Decimal 236 202 160
Hex EC CA A0

RGB Percentages of Color #eccaa0

%39.46
%33.78
%26.76

CMYK Percentages of Color #eccaa0

%0
%14
%32
%7

Triadic Colors of #eccaa0

#eccaa0 #a0ecca #caa0ec

Analogous Colors of #eccaa0

#eccaa0 #e8eca0 #eca4a0

Monochromatic Colors of #eccaa0

#eccaa0

Complementary Color

#eccaa0 #a0c2ec

#eccaa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccaa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccaa0 Color CSS Codes

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

#eccaa0 Text Font Color

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

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


#eccaa0 Background Color

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

This div background color is #eccaa0


#eccaa0 Border Color

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

This div border color is #eccaa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccaa0


Comments

No comments written yet.

Please login to write comment.