Color Hex Logo

#e0eace Color Hex

#E0EACE
(224,234,206)
0 Favorites   0 Comments

Color spaces of #e0eace

RGB 224234206
HSL0.230.400.86
HSV81°12°92°
CMYK 0.040.000.12   0.08
XYZ71.303979.149269.9117
Yxy79.14920.32360.3592
Hunter Lab88.9658-12.626915.6844
CIE-Lab91.3018-8.187812.4617

#e0eace color RGB value is (224,234,206).

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

The process color (four color CMYK) of #e0eace color hex is 0.04, 0.00, 0.12, 0.08. Web safe color of #e0eace is #ccffcc. Color #e0eace contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11101010 11001110
Octal 340 352 316
Decimal 224 234 206
Hex E0 EA CE

RGB Percentages of Color #e0eace

%33.73
%35.24
%31.02

CMYK Percentages of Color #e0eace

%4
%0
%12
%8

Triadic Colors of #e0eace

#e0eace #cee0ea #eacee0

Analogous Colors of #e0eace

#e0eace #d2eace #eae6ce

Monochromatic Colors of #e0eace

#e0eace

Complementary Color

#e0eace #d8ceea

#e0eace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0eace Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0eace Color CSS Codes

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

#e0eace Text Font Color

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

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


#e0eace Background Color

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

This div background color is #e0eace


#e0eace Border Color

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

This div border color is #e0eace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0eace


Comments

No comments written yet.

Please login to write comment.