Color Hex Logo

#eefdfc Color Hex

#EEFDFC
(238,253,252)
0 Favorites   0 Comments

Color spaces of #eefdfc

RGB 238253252
HSL0.490.790.96
HSV176°99°
CMYK 0.060.000.00   0.01
XYZ87.955995.4560105.8845
Yxy95.45600.30400.3300
Hunter Lab97.7016-10.28314.1353
CIE-Lab98.2157-5.0661-1.2234

#eefdfc color RGB value is (238,253,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111101 11111100
Octal 356 375 374
Decimal 238 253 252
Hex EE FD FC

RGB Percentages of Color #eefdfc

%32.03
%34.05
%33.92

CMYK Percentages of Color #eefdfc

%6
%0
%0
%1

Triadic Colors of #eefdfc

#eefdfc #fceefd #fdfcee

Analogous Colors of #eefdfc

#eefdfc #eef7fd #eefdf5

Monochromatic Colors of #eefdfc

#eefdfc

Complementary Color

#eefdfc #fdeeef

#eefdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefdfc Color CSS Codes

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

#eefdfc Text Font Color

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

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


#eefdfc Background Color

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

This div background color is #eefdfc


#eefdfc Border Color

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

This div border color is #eefdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefdfc

Related Colors

#eefdfc Color Palettes


Comments

No comments written yet.

Please login to write comment.