Color Hex Logo

#ecceed Color Hex

#ECCEED
(236,206,237)
0 Favorites   0 Comments

Color spaces of #ecceed

RGB 236206237
HSL0.830.460.87
HSV298°13°93°
CMYK 0.000.130.00   0.07
XYZ71.949468.089989.4713
Yxy68.08990.31350.2967
Hunter Lab82.516611.2370-6.5255
CIE-Lab86.051415.8100-11.3781

#ecceed color RGB value is (236,206,237).

#ecceed hex color red value is 236, green value is 206 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ecceed hue: 0.83 , saturation: 0.46 and the lightness value of ecceed is 0.87.

The process color (four color CMYK) of #ecceed color hex is 0.00, 0.13, 0.00, 0.07. Web safe color of #ecceed is #ffccff. Color #ecceed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001110 11101101
Octal 354 316 355
Decimal 236 206 237
Hex EC CE ED

RGB Percentages of Color #ecceed

%34.76
%30.34
%34.90

CMYK Percentages of Color #ecceed

%0
%13
%0
%7

Triadic Colors of #ecceed

#ecceed #edecce #ceedec

Analogous Colors of #ecceed

#ecceed #edcedf #ddceed

Monochromatic Colors of #ecceed

#ecceed

Complementary Color

#ecceed #cfedce

#ecceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecceed Color CSS Codes

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

#ecceed Text Font Color

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

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


#ecceed Background Color

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

This div background color is #ecceed


#ecceed Border Color

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

This div border color is #ecceed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecceed


Comments

No comments written yet.

Please login to write comment.