Color Hex Logo

#ecc5a1 Color Hex

#ECC5A1
(236,197,161)
0 Favorites   0 Comments

Color spaces of #ecc5a1

RGB 236197161
HSL0.080.660.78
HSV29°32°93°
CMYK 0.000.170.32   0.07
XYZ60.991360.338642.1501
Yxy60.33860.37310.3691
Hunter Lab77.67794.218622.2022
CIE-Lab82.02198.759123.2418

#ecc5a1 color RGB value is (236,197,161).

#ecc5a1 hex color red value is 236, green value is 197 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #ecc5a1 hue: 0.08 , saturation: 0.66 and the lightness value of ecc5a1 is 0.78.

The process color (four color CMYK) of #ecc5a1 color hex is 0.00, 0.17, 0.32, 0.07. Web safe color of #ecc5a1 is #ffcc99. Color #ecc5a1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000101 10100001
Octal 354 305 241
Decimal 236 197 161
Hex EC C5 A1

RGB Percentages of Color #ecc5a1

%39.73
%33.16
%27.10

CMYK Percentages of Color #ecc5a1

%0
%17
%32
%7

Triadic Colors of #ecc5a1

#ecc5a1 #a1ecc5 #c5a1ec

Analogous Colors of #ecc5a1

#ecc5a1 #eceba1 #eca1a3

Monochromatic Colors of #ecc5a1

#ecc5a1

Complementary Color

#ecc5a1 #a1c8ec

#ecc5a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc5a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc5a1 Color CSS Codes

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

#ecc5a1 Text Font Color

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

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


#ecc5a1 Background Color

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

This div background color is #ecc5a1


#ecc5a1 Border Color

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

This div border color is #ecc5a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc5a1


Comments

No comments written yet.

Please login to write comment.