Color Hex Logo

#e7feaf Color Hex

#E7FEAF
(231,254,175)
0 Favorites   0 Comments

Color spaces of #e7feaf

RGB 231254175
HSL0.220.980.84
HSV77°31°100°
CMYK 0.090.000.31   0.00
XYZ76.134790.967754.1032
Yxy90.96770.34420.4112
Hunter Lab95.3770-24.422133.1313
CIE-Lab96.3967-20.112335.3769

#e7feaf color RGB value is (231,254,175).

#e7feaf hex color red value is 231, green value is 254 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e7feaf hue: 0.22 , saturation: 0.98 and the lightness value of e7feaf is 0.84.

The process color (four color CMYK) of #e7feaf color hex is 0.09, 0.00, 0.31, 0.00. Web safe color of #e7feaf is #ffff99. Color #e7feaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11111110 10101111
Octal 347 376 257
Decimal 231 254 175
Hex E7 FE AF

RGB Percentages of Color #e7feaf

%35.00
%38.48
%26.52

CMYK Percentages of Color #e7feaf

%9
%0
%31
%0

Triadic Colors of #e7feaf

#e7feaf #afe7fe #feafe7

Analogous Colors of #e7feaf

#e7feaf #c0feaf #feeeaf

Monochromatic Colors of #e7feaf

#e7feaf

Complementary Color

#e7feaf #c6affe

#e7feaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7feaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7feaf Color CSS Codes

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

#e7feaf Text Font Color

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

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


#e7feaf Background Color

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

This div background color is #e7feaf


#e7feaf Border Color

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

This div border color is #e7feaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7feaf

Related Colors


Comments

No comments written yet.

Please login to write comment.