Color Hex Logo

#eefcdd Color Hex

#EEFCDD
(238,252,221)
0 Favorites   0 Comments

Color spaces of #eefcdd

RGB 238252221
HSL0.240.840.93
HSV87°12°99°
CMYK 0.060.000.12   0.01
XYZ83.121493.018481.9800
Yxy93.01840.32200.3604
Hunter Lab96.4460-14.941517.1152
CIE-Lab97.2351-9.935113.2854

#eefcdd color RGB value is (238,252,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111100 11011101
Octal 356 374 335
Decimal 238 252 221
Hex EE FC DD

RGB Percentages of Color #eefcdd

%33.47
%35.44
%31.08

CMYK Percentages of Color #eefcdd

%6
%0
%12
%1

Triadic Colors of #eefcdd

#eefcdd #ddeefc #fcddee

Analogous Colors of #eefcdd

#eefcdd #dffcdd #fcfbdd

Monochromatic Colors of #eefcdd

#eefcdd

Complementary Color

#eefcdd #ebddfc

#eefcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefcdd Color CSS Codes

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

#eefcdd Text Font Color

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

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


#eefcdd Background Color

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

This div background color is #eefcdd


#eefcdd Border Color

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

This div border color is #eefcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefcdd


Comments

No comments written yet.

Please login to write comment.