Color Hex Logo

#eef2fd Color Hex

#EEF2FD
(238,242,253)
0 Favorites   0 Comments

Color spaces of #eef2fd

RGB 238242253
HSL0.620.790.96
HSV224°99°
CMYK 0.060.040.00   0.01
XYZ84.741688.7733105.5971
Yxy88.77330.30360.3181
Hunter Lab94.2196-4.3404-0.4959
CIE-Lab95.48560.6924-5.7510

#eef2fd color RGB value is (238,242,253).

#eef2fd hex color red value is 238, green value is 242 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #eef2fd hue: 0.62 , saturation: 0.79 and the lightness value of eef2fd is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110010 11111101
Octal 356 362 375
Decimal 238 242 253
Hex EE F2 FD

RGB Percentages of Color #eef2fd

%32.47
%33.02
%34.52

CMYK Percentages of Color #eef2fd

%6
%4
%0
%1

Triadic Colors of #eef2fd

#eef2fd #fdeef2 #f2fdee

Analogous Colors of #eef2fd

#eef2fd #f2eefd #eefafd

Monochromatic Colors of #eef2fd

#eef2fd

Complementary Color

#eef2fd #fdf9ee

#eef2fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef2fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef2fd Color CSS Codes

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

#eef2fd Text Font Color

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

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


#eef2fd Background Color

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

This div background color is #eef2fd


#eef2fd Border Color

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

This div border color is #eef2fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef2fd


Comments

No comments written yet.

Please login to write comment.