Color Hex Logo

#ecccea Color Hex

#ECCCEA
(236,204,234)
0 Favorites   0 Comments

Color spaces of #ecccea

RGB 236204234
HSL0.840.460.86
HSV304°14°93°
CMYK 0.000.140.01   0.07
XYZ71.036266.959187.0223
Yxy66.95910.31570.2976
Hunter Lab81.828511.7577-5.7732
CIE-Lab85.483316.3225-10.6326

#ecccea color RGB value is (236,204,234).

#ecccea hex color red value is 236, green value is 204 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ecccea hue: 0.84 , saturation: 0.46 and the lightness value of ecccea is 0.86.

The process color (four color CMYK) of #ecccea color hex is 0.00, 0.14, 0.01, 0.07. Web safe color of #ecccea is #ffccff. Color #ecccea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001100 11101010
Octal 354 314 352
Decimal 236 204 234
Hex EC CC EA

RGB Percentages of Color #ecccea

%35.01
%30.27
%34.72

CMYK Percentages of Color #ecccea

%0
%14
%1
%7

Triadic Colors of #ecccea

#ecccea #eaeccc #cceaec

Analogous Colors of #ecccea

#ecccea #ecccda #deccec

Monochromatic Colors of #ecccea

#ecccea

Complementary Color

#ecccea #ccecce

#ecccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecccea Color CSS Codes

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

#ecccea Text Font Color

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

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


#ecccea Background Color

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

This div background color is #ecccea


#ecccea Border Color

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

This div border color is #ecccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecccea

#ecccea Color Palettes


Comments

No comments written yet.

Please login to write comment.