Color Hex Logo

#ecc6af Color Hex

#ECC6AF
(236,198,175)
0 Favorites   0 Comments

Color spaces of #ecc6af

RGB 236198175
HSL0.060.620.81
HSV23°26°93°
CMYK 0.000.160.26   0.07
XYZ62.524061.316249.0973
Yxy61.31620.36150.3546
Hunter Lab78.30475.493917.6382
CIE-Lab82.548410.072216.5451

#ecc6af color RGB value is (236,198,175).

#ecc6af hex color red value is 236, green value is 198 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ecc6af hue: 0.06 , saturation: 0.62 and the lightness value of ecc6af is 0.81.

The process color (four color CMYK) of #ecc6af color hex is 0.00, 0.16, 0.26, 0.07. Web safe color of #ecc6af is #ffcc99. Color #ecc6af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000110 10101111
Octal 354 306 257
Decimal 236 198 175
Hex EC C6 AF

RGB Percentages of Color #ecc6af

%38.75
%32.51
%28.74

CMYK Percentages of Color #ecc6af

%0
%16
%26
%7

Triadic Colors of #ecc6af

#ecc6af #afecc6 #c6afec

Analogous Colors of #ecc6af

#ecc6af #ece5af #ecafb7

Monochromatic Colors of #ecc6af

#ecc6af

Complementary Color

#ecc6af #afd5ec

#ecc6af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc6af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc6af Color CSS Codes

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

#ecc6af Text Font Color

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

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


#ecc6af Background Color

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

This div background color is #ecc6af


#ecc6af Border Color

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

This div border color is #ecc6af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc6af


Comments

No comments written yet.

Please login to write comment.