Color Hex Logo

#e6eace Color Hex

#E6EACE
(230,234,206)
0 Favorites   0 Comments

Color spaces of #e6eace

RGB 230234206
HSL0.190.400.86
HSV69°12°92°
CMYK 0.020.000.12   0.08
XYZ73.196580.124970.0003
Yxy80.12490.32780.3588
Hunter Lab89.5125-10.683216.2930
CIE-Lab91.7409-6.096013.1459

#e6eace color RGB value is (230,234,206).

#e6eace hex color red value is 230, green value is 234 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e6eace hue: 0.19 , saturation: 0.40 and the lightness value of e6eace is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11101010 11001110
Octal 346 352 316
Decimal 230 234 206
Hex E6 EA CE

RGB Percentages of Color #e6eace

%34.33
%34.93
%30.75

CMYK Percentages of Color #e6eace

%2
%0
%12
%8

Triadic Colors of #e6eace

#e6eace #cee6ea #eacee6

Analogous Colors of #e6eace

#e6eace #d8eace #eae0ce

Monochromatic Colors of #e6eace

#e6eace

Complementary Color

#e6eace #d2ceea

#e6eace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6eace Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6eace Color CSS Codes

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

#e6eace Text Font Color

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

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


#e6eace Background Color

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

This div background color is #e6eace


#e6eace Border Color

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

This div border color is #e6eace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,234,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6eace

#e6eace Color Palettes


Comments

No comments written yet.

Please login to write comment.