Color Hex Logo

#eefcd8 Color Hex

#EEFCD8
(238,252,216)
0 Favorites   0 Comments

Color spaces of #eefcd8

RGB 238252216
HSL0.230.860.92
HSV83°14°99°
CMYK 0.060.000.14   0.01
XYZ82.465092.755878.5230
Yxy92.75580.32500.3655
Hunter Lab96.3098-15.702119.0767
CIE-Lab97.1284-10.737415.6959

#eefcd8 color RGB value is (238,252,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111100 11011000
Octal 356 374 330
Decimal 238 252 216
Hex EE FC D8

RGB Percentages of Color #eefcd8

%33.71
%35.69
%30.59

CMYK Percentages of Color #eefcd8

%6
%0
%14
%1

Triadic Colors of #eefcd8

#eefcd8 #d8eefc #fcd8ee

Analogous Colors of #eefcd8

#eefcd8 #dcfcd8 #fcf8d8

Monochromatic Colors of #eefcd8

#eefcd8

Complementary Color

#eefcd8 #e6d8fc

#eefcd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefcd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefcd8 Color CSS Codes

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

#eefcd8 Text Font Color

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

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


#eefcd8 Background Color

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

This div background color is #eefcd8


#eefcd8 Border Color

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

This div border color is #eefcd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefcd8

Related Colors


Comments

No comments written yet.

Please login to write comment.