Color Hex Logo

#e2cced Color Hex

#E2CCED
(226,204,237)
0 Favorites   0 Comments

Color spaces of #e2cced

RGB 226204237
HSL0.780.480.86
HSV280°14°93°
CMYK 0.050.140.00   0.07
XYZ68.243065.468989.1607
Yxy65.46890.30620.2938
Hunter Lab80.91298.9518-8.6947
CIE-Lab84.724813.5650-13.4484

#e2cced color RGB value is (226,204,237).

#e2cced hex color red value is 226, green value is 204 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e2cced hue: 0.78 , saturation: 0.48 and the lightness value of e2cced is 0.86.

The process color (four color CMYK) of #e2cced color hex is 0.05, 0.14, 0.00, 0.07. Web safe color of #e2cced is #ccccff. Color #e2cced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001100 11101101
Octal 342 314 355
Decimal 226 204 237
Hex E2 CC ED

RGB Percentages of Color #e2cced

%33.88
%30.58
%35.53

CMYK Percentages of Color #e2cced

%5
%14
%0
%7

Triadic Colors of #e2cced

#e2cced #ede2cc #ccede2

Analogous Colors of #e2cced

#e2cced #edcce8 #d2cced

Monochromatic Colors of #e2cced

#e2cced

Complementary Color

#e2cced #d7edcc

#e2cced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2cced Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2cced Color CSS Codes

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

#e2cced Text Font Color

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

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


#e2cced Background Color

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

This div background color is #e2cced


#e2cced Border Color

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

This div border color is #e2cced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2cced


Comments

No comments written yet.

Please login to write comment.