Color Hex Logo

#eee3fe Color Hex

#EEE3FE
(238,227,254)
0 Favorites   0 Comments

Color spaces of #eee3fe

RGB 238227254
HSL0.730.930.94
HSV264°11°100°
CMYK 0.060.110.00   0.00
XYZ80.618480.2711105.0108
Yxy80.27110.30320.3019
Hunter Lab89.59413.8277-6.7763
CIE-Lab91.80648.6160-11.7274

#eee3fe color RGB value is (238,227,254).

#eee3fe hex color red value is 238, green value is 227 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #eee3fe hue: 0.73 , saturation: 0.93 and the lightness value of eee3fe is 0.94.

The process color (four color CMYK) of #eee3fe color hex is 0.06, 0.11, 0.00, 0.00. Web safe color of #eee3fe is #ffccff. Color #eee3fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100011 11111110
Octal 356 343 376
Decimal 238 227 254
Hex EE E3 FE

RGB Percentages of Color #eee3fe

%33.10
%31.57
%35.33

CMYK Percentages of Color #eee3fe

%6
%11
%0
%0

Triadic Colors of #eee3fe

#eee3fe #feeee3 #e3feee

Analogous Colors of #eee3fe

#eee3fe #fce3fe #e3e6fe

Monochromatic Colors of #eee3fe

#eee3fe

Complementary Color

#eee3fe #f3fee3

#eee3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee3fe Color CSS Codes

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

#eee3fe Text Font Color

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

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


#eee3fe Background Color

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

This div background color is #eee3fe


#eee3fe Border Color

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

This div border color is #eee3fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,227,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee3fe


Comments

No comments written yet.

Please login to write comment.