Color Hex Logo

#eeeadc Color Hex

#EEEADC
(238,234,220)
0 Favorites   0 Comments

Color spaces of #eeeadc

RGB 238234220
HSL0.130.350.90
HSV47°93°
CMYK 0.000.020.08   0.07
XYZ77.601082.190179.4844
Yxy82.19010.32430.3435
Hunter Lab90.6588-5.862511.4791
CIE-Lab92.6587-1.03807.2605

#eeeadc color RGB value is (238,234,220).

#eeeadc hex color red value is 238, green value is 234 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #eeeadc hue: 0.13 , saturation: 0.35 and the lightness value of eeeadc is 0.90.

The process color (four color CMYK) of #eeeadc color hex is 0.00, 0.02, 0.08, 0.07. Web safe color of #eeeadc is #ffffcc. Color #eeeadc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101010 11011100
Octal 356 352 334
Decimal 238 234 220
Hex EE EA DC

RGB Percentages of Color #eeeadc

%34.39
%33.82
%31.79

CMYK Percentages of Color #eeeadc

%0
%2
%8
%7

Triadic Colors of #eeeadc

#eeeadc #dceeea #eadcee

Analogous Colors of #eeeadc

#eeeadc #e9eedc #eee1dc

Monochromatic Colors of #eeeadc

#eeeadc

Complementary Color

#eeeadc #dce0ee

#eeeadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeadc Color CSS Codes

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

#eeeadc Text Font Color

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

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


#eeeadc Background Color

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

This div background color is #eeeadc


#eeeadc Border Color

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

This div border color is #eeeadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeadc


Comments

No comments written yet.

Please login to write comment.