Color Hex Logo

#e2ceeb Color Hex

#E2CEEB
(226,206,235)
0 Favorites   0 Comments

Color spaces of #e2ceeb

RGB 226206235
HSL0.780.420.86
HSV281°12°92°
CMYK 0.040.120.00   0.08
XYZ68.430766.309587.7896
Yxy66.30950.30750.2980
Hunter Lab81.43067.4998-6.9185
CIE-Lab85.154012.1248-11.7442

#e2ceeb color RGB value is (226,206,235).

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

The process color (four color CMYK) of #e2ceeb color hex is 0.04, 0.12, 0.00, 0.08. Web safe color of #e2ceeb is #ccccff. Color #e2ceeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001110 11101011
Octal 342 316 353
Decimal 226 206 235
Hex E2 CE EB

RGB Percentages of Color #e2ceeb

%33.88
%30.88
%35.23

CMYK Percentages of Color #e2ceeb

%4
%12
%0
%8

Triadic Colors of #e2ceeb

#e2ceeb #ebe2ce #ceebe2

Analogous Colors of #e2ceeb

#e2ceeb #ebcee6 #d4ceeb

Monochromatic Colors of #e2ceeb

#e2ceeb

Complementary Color

#e2ceeb #d7ebce

#e2ceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ceeb Color CSS Codes

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

#e2ceeb Text Font Color

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

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


#e2ceeb Background Color

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

This div background color is #e2ceeb


#e2ceeb Border Color

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

This div border color is #e2ceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ceeb


Comments

No comments written yet.

Please login to write comment.