Color Hex Logo

#ecceaf Color Hex

#ECCEAF
(236,206,175)
0 Favorites   0 Comments

Color spaces of #ecceaf

RGB 236206175
HSL0.080.620.81
HSV30°26°93°
CMYK 0.000.130.26   0.07
XYZ64.401265.070649.7230
Yxy65.07060.35940.3631
Hunter Lab80.66631.342119.9199
CIE-Lab84.52015.882819.2957

#ecceaf color RGB value is (236,206,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001110 10101111
Octal 354 316 257
Decimal 236 206 175
Hex EC CE AF

RGB Percentages of Color #ecceaf

%38.25
%33.39
%28.36

CMYK Percentages of Color #ecceaf

%0
%13
%26
%7

Triadic Colors of #ecceaf

#ecceaf #afecce #ceafec

Analogous Colors of #ecceaf

#ecceaf #ececaf #ecb0af

Monochromatic Colors of #ecceaf

#ecceaf

Complementary Color

#ecceaf #afcdec

#ecceaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecceaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecceaf Color CSS Codes

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

#ecceaf Text Font Color

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

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


#ecceaf Background Color

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

This div background color is #ecceaf


#ecceaf Border Color

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

This div border color is #ecceaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecceaf


Comments

No comments written yet.

Please login to write comment.