Color Hex Logo

#e8faab Color Hex

#E8FAAB
(232,250,171)
0 Favorites   0 Comments

Color spaces of #e8faab

RGB 232250171
HSL0.200.890.83
HSV74°32°98°
CMYK 0.070.000.32   0.02
XYZ74.815088.467351.6608
Yxy88.46730.34810.4116
Hunter Lab94.0571-22.617133.2749
CIE-Lab95.3574-18.330936.0054

#e8faab color RGB value is (232,250,171).

#e8faab hex color red value is 232, green value is 250 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e8faab hue: 0.20 , saturation: 0.89 and the lightness value of e8faab is 0.83.

The process color (four color CMYK) of #e8faab color hex is 0.07, 0.00, 0.32, 0.02. Web safe color of #e8faab is #ffff99. Color #e8faab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11111010 10101011
Octal 350 372 253
Decimal 232 250 171
Hex E8 FA AB

RGB Percentages of Color #e8faab

%35.53
%38.28
%26.19

CMYK Percentages of Color #e8faab

%7
%0
%32
%2

Triadic Colors of #e8faab

#e8faab #abe8fa #faabe8

Analogous Colors of #e8faab

#e8faab #c1faab #fae5ab

Monochromatic Colors of #e8faab

#e8faab

Complementary Color

#e8faab #bdabfa

#e8faab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8faab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8faab Color CSS Codes

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

#e8faab Text Font Color

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

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


#e8faab Background Color

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

This div background color is #e8faab


#e8faab Border Color

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

This div border color is #e8faab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8faab


Comments

No comments written yet.

Please login to write comment.