Color Hex Logo

#eef4cb Color Hex

#EEF4CB
(238,244,203)
0 Favorites   0 Comments

Color spaces of #eef4cb

RGB 238244203
HSL0.190.650.88
HSV69°17°96°
CMYK 0.020.000.17   0.04
XYZ78.390187.190369.1977
Yxy87.19030.33390.3714
Hunter Lab93.3757-13.554621.4251
CIE-Lab94.8190-8.770719.1152

#eef4cb color RGB value is (238,244,203).

#eef4cb hex color red value is 238, green value is 244 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #eef4cb hue: 0.19 , saturation: 0.65 and the lightness value of eef4cb is 0.88.

The process color (four color CMYK) of #eef4cb color hex is 0.02, 0.00, 0.17, 0.04. Web safe color of #eef4cb is #ffffcc. Color #eef4cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110100 11001011
Octal 356 364 313
Decimal 238 244 203
Hex EE F4 CB

RGB Percentages of Color #eef4cb

%34.74
%35.62
%29.64

CMYK Percentages of Color #eef4cb

%2
%0
%17
%4

Triadic Colors of #eef4cb

#eef4cb #cbeef4 #f4cbee

Analogous Colors of #eef4cb

#eef4cb #daf4cb #f4e6cb

Monochromatic Colors of #eef4cb

#eef4cb

Complementary Color

#eef4cb #d1cbf4

#eef4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef4cb Color CSS Codes

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

#eef4cb Text Font Color

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

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


#eef4cb Background Color

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

This div background color is #eef4cb


#eef4cb Border Color

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

This div border color is #eef4cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef4cb


Comments

No comments written yet.

Please login to write comment.