Color Hex Logo

#eefcec Color Hex

#EEFCEC
(238,252,236)
0 Favorites   0 Comments

Color spaces of #eefcec

RGB 238252236
HSL0.310.730.96
HSV113°99°
CMYK 0.060.000.06   0.01
XYZ85.210693.854192.9814
Yxy93.85410.31320.3450
Hunter Lab96.8783-12.535110.9098
CIE-Lab97.5732-7.41966.0686

#eefcec color RGB value is (238,252,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111100 11101100
Octal 356 374 354
Decimal 238 252 236
Hex EE FC EC

RGB Percentages of Color #eefcec

%32.78
%34.71
%32.51

CMYK Percentages of Color #eefcec

%6
%0
%6
%1

Triadic Colors of #eefcec

#eefcec #eceefc #fcecee

Analogous Colors of #eefcec

#eefcec #ecfcf2 #f6fcec

Monochromatic Colors of #eefcec

#eefcec

Complementary Color

#eefcec #faecfc

#eefcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefcec Color CSS Codes

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

#eefcec Text Font Color

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

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


#eefcec Background Color

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

This div background color is #eefcec


#eefcec Border Color

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

This div border color is #eefcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefcec

Related Colors


Comments

No comments written yet.

Please login to write comment.