Color Hex Logo

#eefddc Color Hex

#EEFDDC
(238,253,220)
0 Favorites   0 Comments

Color spaces of #eefddc

RGB 238253220
HSL0.240.890.93
HSV87°13°99°
CMYK 0.060.000.13   0.01
XYZ83.303493.595081.3852
Yxy93.59500.32250.3624
Hunter Lab96.7445-15.602617.8441
CIE-Lab97.4686-10.592814.1291

#eefddc color RGB value is (238,253,220).

#eefddc hex color red value is 238, green value is 253 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #eefddc hue: 0.24 , saturation: 0.89 and the lightness value of eefddc is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111101 11011100
Octal 356 375 334
Decimal 238 253 220
Hex EE FD DC

RGB Percentages of Color #eefddc

%33.47
%35.58
%30.94

CMYK Percentages of Color #eefddc

%6
%0
%13
%1

Triadic Colors of #eefddc

#eefddc #dceefd #fddcee

Analogous Colors of #eefddc

#eefddc #defddc #fdfcdc

Monochromatic Colors of #eefddc

#eefddc

Complementary Color

#eefddc #ebdcfd

#eefddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefddc Color CSS Codes

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

#eefddc Text Font Color

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

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


#eefddc Background Color

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

This div background color is #eefddc


#eefddc Border Color

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

This div border color is #eefddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefddc


Comments

No comments written yet.

Please login to write comment.