Color Hex Logo

#eefffc Color Hex

#EEFFFC
(238,255,252)
1 Favorites   0 Comments

Color spaces of #eefffc

RGB 238255252
HSL0.471.000.97
HSV169°100°
CMYK 0.070.000.01   0.00
XYZ88.590696.7254106.0961
Yxy96.72540.30400.3319
Hunter Lab98.3491-11.32214.8840
CIE-Lab98.7197-6.0696-0.4862

#eefffc color RGB value is (238,255,252).

#eefffc hex color red value is 238, green value is 255 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #eefffc hue: 0.47 , saturation: 1.00 and the lightness value of eefffc is 0.97.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111111 11111100
Octal 356 377 374
Decimal 238 255 252
Hex EE FF FC

RGB Percentages of Color #eefffc

%31.95
%34.23
%33.83

CMYK Percentages of Color #eefffc

%7
%0
%1
%0

Triadic Colors of #eefffc

#eefffc #fceeff #fffcee

Analogous Colors of #eefffc

#eefffc #eefaff #eefff4

Monochromatic Colors of #eefffc

#eefffc

Complementary Color

#eefffc #ffeef1

#eefffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefffc Color CSS Codes

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

#eefffc Text Font Color

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

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


#eefffc Background Color

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

This div background color is #eefffc


#eefffc Border Color

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

This div border color is #eefffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefffc

Related Colors

#eefffc Color Palettes


Comments

No comments written yet.

Please login to write comment.