Color Hex Logo

#eef1cd Color Hex

#EEF1CD
(238,241,205)
0 Favorites   0 Comments

Color spaces of #eef1cd

RGB 238241205
HSL0.180.560.87
HSV65°15°95°
CMYK 0.010.000.15   0.05
XYZ77.734685.495570.1628
Yxy85.49550.33310.3663
Hunter Lab92.4638-11.746119.7346
CIE-Lab94.0962-6.966117.0734

#eef1cd color RGB value is (238,241,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110001 11001101
Octal 356 361 315
Decimal 238 241 205
Hex EE F1 CD

RGB Percentages of Color #eef1cd

%34.80
%35.23
%29.97

CMYK Percentages of Color #eef1cd

%1
%0
%15
%5

Triadic Colors of #eef1cd

#eef1cd #cdeef1 #f1cdee

Analogous Colors of #eef1cd

#eef1cd #dcf1cd #f1e2cd

Monochromatic Colors of #eef1cd

#eef1cd

Complementary Color

#eef1cd #d0cdf1

#eef1cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef1cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef1cd Color CSS Codes

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

#eef1cd Text Font Color

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

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


#eef1cd Background Color

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

This div background color is #eef1cd


#eef1cd Border Color

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

This div border color is #eef1cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef1cd


Comments

No comments written yet.

Please login to write comment.