Color Hex Logo

#eef0cd Color Hex

#EEF0CD
(238,240,205)
0 Favorites   0 Comments

Color spaces of #eef0cd

RGB 238240205
HSL0.180.540.87
HSV63°15°94°
CMYK 0.010.000.15   0.06
XYZ77.439484.905170.0644
Yxy84.90510.33320.3653
Hunter Lab92.1440-11.237419.4179
CIE-Lab93.8422-6.463916.7162

#eef0cd color RGB value is (238,240,205).

#eef0cd hex color red value is 238, green value is 240 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #eef0cd hue: 0.18 , saturation: 0.54 and the lightness value of eef0cd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110000 11001101
Octal 356 360 315
Decimal 238 240 205
Hex EE F0 CD

RGB Percentages of Color #eef0cd

%34.85
%35.14
%30.01

CMYK Percentages of Color #eef0cd

%1
%0
%15
%6

Triadic Colors of #eef0cd

#eef0cd #cdeef0 #f0cdee

Analogous Colors of #eef0cd

#eef0cd #ddf0cd #f0e1cd

Monochromatic Colors of #eef0cd

#eef0cd

Complementary Color

#eef0cd #cfcdf0

#eef0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef0cd Color CSS Codes

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

#eef0cd Text Font Color

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

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


#eef0cd Background Color

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

This div background color is #eef0cd


#eef0cd Border Color

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

This div border color is #eef0cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,240,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 #eef0cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef0cd


Comments

No comments written yet.

Please login to write comment.