Color Hex Logo

#e8eadc Color Hex

#E8EADC
(232,234,220)
0 Favorites   0 Comments

Color spaces of #e8eadc

RGB 232234220
HSL0.190.250.89
HSV69°92°
CMYK 0.010.000.06   0.08
XYZ75.619881.168779.3917
Yxy81.16870.32020.3437
Hunter Lab90.0937-7.840610.8185
CIE-Lab92.2067-3.10106.5512

#e8eadc color RGB value is (232,234,220).

#e8eadc hex color red value is 232, green value is 234 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e8eadc hue: 0.19 , saturation: 0.25 and the lightness value of e8eadc is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11101010 11011100
Octal 350 352 334
Decimal 232 234 220
Hex E8 EA DC

RGB Percentages of Color #e8eadc

%33.82
%34.11
%32.07

CMYK Percentages of Color #e8eadc

%1
%0
%6
%8

Triadic Colors of #e8eadc

#e8eadc #dce8ea #eadce8

Analogous Colors of #e8eadc

#e8eadc #e1eadc #eae5dc

Monochromatic Colors of #e8eadc

#e8eadc

Complementary Color

#e8eadc #dedcea

#e8eadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8eadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8eadc Color CSS Codes

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

#e8eadc Text Font Color

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

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


#e8eadc Background Color

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

This div background color is #e8eadc


#e8eadc Border Color

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

This div border color is #e8eadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8eadc


Comments

No comments written yet.

Please login to write comment.