Color Hex Logo

#ecccef Color Hex

#ECCCEF
(236,204,239)
0 Favorites   0 Comments

Color spaces of #ecccef

RGB 236204239
HSL0.820.520.87
HSV295°15°94°
CMYK 0.010.150.00   0.06
XYZ71.764967.250690.8596
Yxy67.25060.31220.2926
Hunter Lab82.006512.6963-8.2862
CIE-Lab85.630317.2350-13.0680

#ecccef color RGB value is (236,204,239).

#ecccef hex color red value is 236, green value is 204 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ecccef hue: 0.82 , saturation: 0.52 and the lightness value of ecccef is 0.87.

The process color (four color CMYK) of #ecccef color hex is 0.01, 0.15, 0.00, 0.06. Web safe color of #ecccef is #ffccff. Color #ecccef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001100 11101111
Octal 354 314 357
Decimal 236 204 239
Hex EC CC EF

RGB Percentages of Color #ecccef

%34.76
%30.04
%35.20

CMYK Percentages of Color #ecccef

%1
%15
%0
%6

Triadic Colors of #ecccef

#ecccef #efeccc #ccefec

Analogous Colors of #ecccef

#ecccef #efcce1 #dbccef

Monochromatic Colors of #ecccef

#ecccef

Complementary Color

#ecccef #cfefcc

#ecccef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecccef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecccef Color CSS Codes

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

#ecccef Text Font Color

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

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


#ecccef Background Color

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

This div background color is #ecccef


#ecccef Border Color

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

This div border color is #ecccef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecccef


Comments

No comments written yet.

Please login to write comment.