Color Hex Logo

#e7eac2 Color Hex

#E7EAC2
(231,234,194)
0 Favorites   0 Comments

Color spaces of #e7eac2

RGB 231234194
HSL0.180.490.84
HSV64°17°92°
CMYK 0.010.000.17   0.08
XYZ72.115479.729662.6274
Yxy79.72960.33620.3717
Hunter Lab89.2914-12.096120.9191
CIE-Lab91.5634-7.598619.1264

#e7eac2 color RGB value is (231,234,194).

#e7eac2 hex color red value is 231, green value is 234 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #e7eac2 hue: 0.18 , saturation: 0.49 and the lightness value of e7eac2 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11101010 11000010
Octal 347 352 302
Decimal 231 234 194
Hex E7 EA C2

RGB Percentages of Color #e7eac2

%35.05
%35.51
%29.44

CMYK Percentages of Color #e7eac2

%1
%0
%17
%8

Triadic Colors of #e7eac2

#e7eac2 #c2e7ea #eac2e7

Analogous Colors of #e7eac2

#e7eac2 #d3eac2 #ead9c2

Monochromatic Colors of #e7eac2

#e7eac2

Complementary Color

#e7eac2 #c5c2ea

#e7eac2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7eac2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7eac2 Color CSS Codes

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

#e7eac2 Text Font Color

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

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


#e7eac2 Background Color

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

This div background color is #e7eac2


#e7eac2 Border Color

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

This div border color is #e7eac2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7eac2


Comments

No comments written yet.

Please login to write comment.