Color Hex Logo

#eefcd4 Color Hex

#EEFCD4
(238,252,212)
0 Favorites   0 Comments

Color spaces of #eefcd4

RGB 238252212
HSL0.230.870.91
HSV81°16°99°
CMYK 0.060.000.16   0.01
XYZ81.954092.551475.8321
Yxy92.55140.32740.3697
Hunter Lab96.2036-16.295720.6075
CIE-Lab97.0453-11.366017.6251

#eefcd4 color RGB value is (238,252,212).

#eefcd4 hex color red value is 238, green value is 252 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #eefcd4 hue: 0.23 , saturation: 0.87 and the lightness value of eefcd4 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111100 11010100
Octal 356 374 324
Decimal 238 252 212
Hex EE FC D4

RGB Percentages of Color #eefcd4

%33.90
%35.90
%30.20

CMYK Percentages of Color #eefcd4

%6
%0
%16
%1

Triadic Colors of #eefcd4

#eefcd4 #d4eefc #fcd4ee

Analogous Colors of #eefcd4

#eefcd4 #dafcd4 #fcf6d4

Monochromatic Colors of #eefcd4

#eefcd4

Complementary Color

#eefcd4 #e2d4fc

#eefcd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefcd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefcd4 Color CSS Codes

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

#eefcd4 Text Font Color

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

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


#eefcd4 Background Color

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

This div background color is #eefcd4


#eefcd4 Border Color

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

This div border color is #eefcd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefcd4


Comments

No comments written yet.

Please login to write comment.