Color Hex Logo

#eefdfe Color Hex

#EEFDFE
(238,253,254)
0 Favorites   0 Comments

Color spaces of #eefdfe

RGB 238253254
HSL0.510.890.96
HSV184°100°
CMYK 0.060.000.00   0.00
XYZ88.274695.5835107.5628
Yxy95.58350.30290.3280
Hunter Lab97.7668-9.92263.2061
CIE-Lab98.2665-4.6974-2.1772

#eefdfe color RGB value is (238,253,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111101 11111110
Octal 356 375 376
Decimal 238 253 254
Hex EE FD FE

RGB Percentages of Color #eefdfe

%31.95
%33.96
%34.09

CMYK Percentages of Color #eefdfe

%6
%0
%0
%0

Triadic Colors of #eefdfe

#eefdfe #feeefd #fdfeee

Analogous Colors of #eefdfe

#eefdfe #eef5fe #eefef7

Monochromatic Colors of #eefdfe

#eefdfe

Complementary Color

#eefdfe #feefee

#eefdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefdfe Color CSS Codes

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

#eefdfe Text Font Color

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

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


#eefdfe Background Color

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

This div background color is #eefdfe


#eefdfe Border Color

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

This div border color is #eefdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefdfe


Comments

No comments written yet.

Please login to write comment.