Color Hex Logo

#eee4fe Color Hex

#EEE4FE
(238,228,254)
0 Favorites   0 Comments

Color spaces of #eee4fe

RGB 238228254
HSL0.730.930.95
HSV263°10°100°
CMYK 0.060.100.00   0.00
XYZ80.892780.8197105.1022
Yxy80.81970.30320.3029
Hunter Lab89.89983.2914-6.3863
CIE-Lab92.05148.0960-11.3623

#eee4fe color RGB value is (238,228,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100100 11111110
Octal 356 344 376
Decimal 238 228 254
Hex EE E4 FE

RGB Percentages of Color #eee4fe

%33.06
%31.67
%35.28

CMYK Percentages of Color #eee4fe

%6
%10
%0
%0

Triadic Colors of #eee4fe

#eee4fe #feeee4 #e4feee

Analogous Colors of #eee4fe

#eee4fe #fbe4fe #e4e7fe

Monochromatic Colors of #eee4fe

#eee4fe

Complementary Color

#eee4fe #f4fee4

#eee4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee4fe Color CSS Codes

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

#eee4fe Text Font Color

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

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


#eee4fe Background Color

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

This div background color is #eee4fe


#eee4fe Border Color

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

This div border color is #eee4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee4fe


Comments

No comments written yet.

Please login to write comment.