Color Hex Logo

#e6eadc Color Hex

#E6EADC
(230,234,220)
0 Favorites   0 Comments

Color spaces of #e6eadc

RGB 230234220
HSL0.210.250.89
HSV77°92°
CMYK 0.020.000.06   0.08
XYZ74.974280.835979.3615
Yxy80.83590.31880.3437
Hunter Lab89.9088-8.490710.6015
CIE-Lab92.0586-3.78506.3187

#e6eadc color RGB value is (230,234,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11101010 11011100
Octal 346 352 334
Decimal 230 234 220
Hex E6 EA DC

RGB Percentages of Color #e6eadc

%33.63
%34.21
%32.16

CMYK Percentages of Color #e6eadc

%2
%0
%6
%8

Triadic Colors of #e6eadc

#e6eadc #dce6ea #eadce6

Analogous Colors of #e6eadc

#e6eadc #dfeadc #eae7dc

Monochromatic Colors of #e6eadc

#e6eadc

Complementary Color

#e6eadc #e0dcea

#e6eadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6eadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6eadc Color CSS Codes

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

#e6eadc Text Font Color

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

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


#e6eadc Background Color

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

This div background color is #e6eadc


#e6eadc Border Color

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

This div border color is #e6eadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6eadc


Comments

No comments written yet.

Please login to write comment.