Color Hex Logo

#eeffcd Color Hex

#EEFFCD
(238,255,205)
0 Favorites   0 Comments

Color spaces of #eeffcd

RGB 238255205
HSL0.221.000.90
HSV80°20°100°
CMYK 0.070.000.20   0.00
XYZ82.039394.104971.5977
Yxy94.10490.33110.3799
Hunter Lab97.0077-18.806224.1457
CIE-Lab97.6742-13.912122.0727

#eeffcd color RGB value is (238,255,205).

#eeffcd hex color red value is 238, green value is 255 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #eeffcd hue: 0.22 , saturation: 1.00 and the lightness value of eeffcd is 0.90.

The process color (four color CMYK) of #eeffcd color hex is 0.07, 0.00, 0.20, 0.00. Web safe color of #eeffcd is #ffffcc. Color #eeffcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111111 11001101
Octal 356 377 315
Decimal 238 255 205
Hex EE FF CD

RGB Percentages of Color #eeffcd

%34.10
%36.53
%29.37

CMYK Percentages of Color #eeffcd

%7
%0
%20
%0

Triadic Colors of #eeffcd

#eeffcd #cdeeff #ffcdee

Analogous Colors of #eeffcd

#eeffcd #d5ffcd #fff7cd

Monochromatic Colors of #eeffcd

#eeffcd

Complementary Color

#eeffcd #decdff

#eeffcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeffcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeffcd Color CSS Codes

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

#eeffcd Text Font Color

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

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


#eeffcd Background Color

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

This div background color is #eeffcd


#eeffcd Border Color

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

This div border color is #eeffcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeffcd

#eeffcd Color Palettes


Comments

No comments written yet.

Please login to write comment.