Color Hex Logo

#e0ceeb Color Hex

#E0CEEB
(224,206,235)
0 Favorites   0 Comments

Color spaces of #e0ceeb

RGB 224206235
HSL0.770.420.86
HSV277°12°92°
CMYK 0.050.120.00   0.08
XYZ67.807265.988187.7604
Yxy65.98810.30610.2978
Hunter Lab81.23316.8404-7.1910
CIE-Lab84.990311.4652-12.0058

#e0ceeb color RGB value is (224,206,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001110 11101011
Octal 340 316 353
Decimal 224 206 235
Hex E0 CE EB

RGB Percentages of Color #e0ceeb

%33.68
%30.98
%35.34

CMYK Percentages of Color #e0ceeb

%5
%12
%0
%8

Triadic Colors of #e0ceeb

#e0ceeb #ebe0ce #ceebe0

Analogous Colors of #e0ceeb

#e0ceeb #ebcee8 #d2ceeb

Monochromatic Colors of #e0ceeb

#e0ceeb

Complementary Color

#e0ceeb #d9ebce

#e0ceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0ceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0ceeb Color CSS Codes

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

#e0ceeb Text Font Color

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

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


#e0ceeb Background Color

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

This div background color is #e0ceeb


#e0ceeb Border Color

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

This div border color is #e0ceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0ceeb


Comments

No comments written yet.

Please login to write comment.