Color Hex Logo

#eef4fe Color Hex

#EEF4FE
(238,244,254)
0 Favorites   0 Comments

Color spaces of #eef4fe

RGB 238244254
HSL0.600.890.96
HSV218°100°
CMYK 0.060.040.00   0.00
XYZ85.500090.0343106.6380
Yxy90.03430.30300.3191
Hunter Lab94.8864-5.2089-0.2125
CIE-Lab96.0110-0.1409-5.4935

#eef4fe color RGB value is (238,244,254).

#eef4fe hex color red value is 238, green value is 244 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #eef4fe hue: 0.60 , saturation: 0.89 and the lightness value of eef4fe is 0.96.

The process color (four color CMYK) of #eef4fe color hex is 0.06, 0.04, 0.00, 0.00. Web safe color of #eef4fe is #ffffff. Color #eef4fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110100 11111110
Octal 356 364 376
Decimal 238 244 254
Hex EE F4 FE

RGB Percentages of Color #eef4fe

%32.34
%33.15
%34.51

CMYK Percentages of Color #eef4fe

%6
%4
%0
%0

Triadic Colors of #eef4fe

#eef4fe #feeef4 #f4feee

Analogous Colors of #eef4fe

#eef4fe #f0eefe #eefcfe

Monochromatic Colors of #eef4fe

#eef4fe

Complementary Color

#eef4fe #fef8ee

#eef4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef4fe Color CSS Codes

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

#eef4fe Text Font Color

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

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


#eef4fe Background Color

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

This div background color is #eef4fe


#eef4fe Border Color

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

This div border color is #eef4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef4fe

Related Colors


Comments

No comments written yet.

Please login to write comment.