Color Hex Logo

#eefcee Color Hex

#EEFCEE
(238,252,238)
0 Favorites   0 Comments

Color spaces of #eefcee

RGB 238252238
HSL0.330.700.96
HSV120°99°
CMYK 0.060.000.06   0.01
XYZ85.502993.971094.5207
Yxy93.97100.31210.3430
Hunter Lab96.9386-12.200110.0459
CIE-Lab97.6203-7.07215.1085

#eefcee color RGB value is (238,252,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111100 11101110
Octal 356 374 356
Decimal 238 252 238
Hex EE FC EE

RGB Percentages of Color #eefcee

%32.69
%34.62
%32.69

CMYK Percentages of Color #eefcee

%6
%0
%6
%1

Triadic Colors of #eefcee

#eefcee #eeeefc #fceeee

Analogous Colors of #eefcee

#eefcee #eefcf5 #f5fcee

Monochromatic Colors of #eefcee

#eefcee

Complementary Color

#eefcee #fceefc

#eefcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefcee Color CSS Codes

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

#eefcee Text Font Color

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

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


#eefcee Background Color

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

This div background color is #eefcee


#eefcee Border Color

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

This div border color is #eefcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefcee

Related Colors


Comments

No comments written yet.

Please login to write comment.