Color Hex Logo

#eef3dc Color Hex

#EEF3DC
(238,243,220)
0 Favorites   0 Comments

Color spaces of #eef3dc

RGB 238243220
HSL0.200.490.91
HSV73°95°
CMYK 0.020.000.09   0.05
XYZ80.228887.445680.3603
Yxy87.44560.32350.3526
Hunter Lab93.5124-10.502814.5075
CIE-Lab94.9270-5.598710.5123

#eef3dc color RGB value is (238,243,220).

#eef3dc hex color red value is 238, green value is 243 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #eef3dc hue: 0.20 , saturation: 0.49 and the lightness value of eef3dc is 0.91.

The process color (four color CMYK) of #eef3dc color hex is 0.02, 0.00, 0.09, 0.05. Web safe color of #eef3dc is #ffffcc. Color #eef3dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110011 11011100
Octal 356 363 334
Decimal 238 243 220
Hex EE F3 DC

RGB Percentages of Color #eef3dc

%33.95
%34.66
%31.38

CMYK Percentages of Color #eef3dc

%2
%0
%9
%5

Triadic Colors of #eef3dc

#eef3dc #dceef3 #f3dcee

Analogous Colors of #eef3dc

#eef3dc #e3f3dc #f3eddc

Monochromatic Colors of #eef3dc

#eef3dc

Complementary Color

#eef3dc #e1dcf3

#eef3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef3dc Color CSS Codes

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

#eef3dc Text Font Color

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

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


#eef3dc Background Color

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

This div background color is #eef3dc


#eef3dc Border Color

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

This div border color is #eef3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef3dc


Comments

No comments written yet.

Please login to write comment.