Color Hex Logo

#e3ceeb Color Hex

#E3CEEB
(227,206,235)
0 Favorites   0 Comments

Color spaces of #e3ceeb

RGB 227206235
HSL0.790.420.86
HSV283°12°92°
CMYK 0.030.120.00   0.08
XYZ68.745366.471787.8043
Yxy66.47170.30820.2981
Hunter Lab81.53027.8313-6.7815
CIE-Lab85.236512.4553-11.6125

#e3ceeb color RGB value is (227,206,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 11001110 11101011
Octal 343 316 353
Decimal 227 206 235
Hex E3 CE EB

RGB Percentages of Color #e3ceeb

%33.98
%30.84
%35.18

CMYK Percentages of Color #e3ceeb

%3
%12
%0
%8

Triadic Colors of #e3ceeb

#e3ceeb #ebe3ce #ceebe3

Analogous Colors of #e3ceeb

#e3ceeb #ebcee5 #d5ceeb

Monochromatic Colors of #e3ceeb

#e3ceeb

Complementary Color

#e3ceeb #d6ebce

#e3ceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3ceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3ceeb Color CSS Codes

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

#e3ceeb Text Font Color

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

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


#e3ceeb Background Color

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

This div background color is #e3ceeb


#e3ceeb Border Color

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

This div border color is #e3ceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3ceeb


Comments

No comments written yet.

Please login to write comment.