Color Hex Logo

#e4edab Color Hex

#E4EDAB
(228,237,171)
0 Favorites   0 Comments

Color spaces of #e4edab

RGB 228237171
HSL0.190.650.80
HSV68°28°93°
CMYK 0.040.000.28   0.07
XYZ69.629880.002650.3002
Yxy80.00260.34830.4001
Hunter Lab89.4442-17.570029.2683
CIE-Lab91.6860-13.427931.0571

#e4edab color RGB value is (228,237,171).

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

The process color (four color CMYK) of #e4edab color hex is 0.04, 0.00, 0.28, 0.07. Web safe color of #e4edab is #ccff99. Color #e4edab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11101101 10101011
Octal 344 355 253
Decimal 228 237 171
Hex E4 ED AB

RGB Percentages of Color #e4edab

%35.85
%37.26
%26.89

CMYK Percentages of Color #e4edab

%4
%0
%28
%7

Triadic Colors of #e4edab

#e4edab #abe4ed #edabe4

Analogous Colors of #e4edab

#e4edab #c3edab #edd5ab

Monochromatic Colors of #e4edab

#e4edab

Complementary Color

#e4edab #b4abed

#e4edab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4edab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4edab Color CSS Codes

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

#e4edab Text Font Color

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

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


#e4edab Background Color

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

This div background color is #e4edab


#e4edab Border Color

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

This div border color is #e4edab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4edab


Comments

No comments written yet.

Please login to write comment.