Color Hex Logo

#e5eadc Color Hex

#E5EADC
(229,234,220)
0 Favorites   0 Comments

Color spaces of #e5eadc

RGB 229234220
HSL0.230.250.89
HSV81°92°
CMYK 0.020.000.06   0.08
XYZ74.654280.671079.3465
Yxy80.67100.31810.3438
Hunter Lab89.8170-8.814010.4937
CIE-Lab91.9851-4.12636.2033

#e5eadc color RGB value is (229,234,220).

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

The process color (four color CMYK) of #e5eadc color hex is 0.02, 0.00, 0.06, 0.08. Web safe color of #e5eadc is #ccffcc. Color #e5eadc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11101010 11011100
Octal 345 352 334
Decimal 229 234 220
Hex E5 EA DC

RGB Percentages of Color #e5eadc

%33.53
%34.26
%32.21

CMYK Percentages of Color #e5eadc

%2
%0
%6
%8

Triadic Colors of #e5eadc

#e5eadc #dce5ea #eadce5

Analogous Colors of #e5eadc

#e5eadc #deeadc #eae8dc

Monochromatic Colors of #e5eadc

#e5eadc

Complementary Color

#e5eadc #e1dcea

#e5eadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5eadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5eadc Color CSS Codes

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

#e5eadc Text Font Color

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

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


#e5eadc Background Color

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

This div background color is #e5eadc


#e5eadc Border Color

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

This div border color is #e5eadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5eadc


Comments

No comments written yet.

Please login to write comment.