Color Hex Logo

#e7efaf Color Hex

#E7EFAF
(231,239,175)
0 Favorites   0 Comments

Color spaces of #e7efaf

RGB 231239175
HSL0.190.670.81
HSV68°27°94°
CMYK 0.030.000.27   0.06
XYZ71.559481.817152.5781
Yxy81.81710.34750.3973
Hunter Lab90.4528-17.076728.8531
CIE-Lab92.4941-12.785130.1508

#e7efaf color RGB value is (231,239,175).

#e7efaf hex color red value is 231, green value is 239 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e7efaf hue: 0.19 , saturation: 0.67 and the lightness value of e7efaf is 0.81.

The process color (four color CMYK) of #e7efaf color hex is 0.03, 0.00, 0.27, 0.06. Web safe color of #e7efaf is #ffff99. Color #e7efaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11101111 10101111
Octal 347 357 257
Decimal 231 239 175
Hex E7 EF AF

RGB Percentages of Color #e7efaf

%35.81
%37.05
%27.13

CMYK Percentages of Color #e7efaf

%3
%0
%27
%6

Triadic Colors of #e7efaf

#e7efaf #afe7ef #efafe7

Analogous Colors of #e7efaf

#e7efaf #c7efaf #efd7af

Monochromatic Colors of #e7efaf

#e7efaf

Complementary Color

#e7efaf #b7afef

#e7efaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7efaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7efaf Color CSS Codes

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

#e7efaf Text Font Color

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

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


#e7efaf Background Color

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

This div background color is #e7efaf


#e7efaf Border Color

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

This div border color is #e7efaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7efaf


Comments

No comments written yet.

Please login to write comment.