Color Hex Logo

#e7edab Color Hex

#E7EDAB
(231,237,171)
0 Favorites   0 Comments

Color spaces of #e7edab

RGB 231237171
HSL0.180.650.80
HSV65°28°93°
CMYK 0.030.000.28   0.07
XYZ70.589980.497650.3452
Yxy80.49760.35040.3996
Hunter Lab89.7205-16.571329.5347
CIE-Lab91.9077-12.321031.3932

#e7edab color RGB value is (231,237,171).

#e7edab hex color red value is 231, green value is 237 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e7edab hue: 0.18 , saturation: 0.65 and the lightness value of e7edab is 0.80.

The process color (four color CMYK) of #e7edab color hex is 0.03, 0.00, 0.28, 0.07. Web safe color of #e7edab is #ffff99. Color #e7edab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11101101 10101011
Octal 347 355 253
Decimal 231 237 171
Hex E7 ED AB

RGB Percentages of Color #e7edab

%36.15
%37.09
%26.76

CMYK Percentages of Color #e7edab

%3
%0
%28
%7

Triadic Colors of #e7edab

#e7edab #abe7ed #edabe7

Analogous Colors of #e7edab

#e7edab #c6edab #edd2ab

Monochromatic Colors of #e7edab

#e7edab

Complementary Color

#e7edab #b1abed

#e7edab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7edab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7edab Color CSS Codes

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

#e7edab Text Font Color

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

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


#e7edab Background Color

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

This div background color is #e7edab


#e7edab Border Color

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

This div border color is #e7edab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7edab


Comments

No comments written yet.

Please login to write comment.