Color Hex Logo

#eabbab Color Hex

#EABBAB
(234,187,171)
0 Favorites   0 Comments

Color spaces of #eabbab

RGB 234187171
HSL0.040.600.79
HSV15°27°92°
CMYK 0.000.200.27   0.08
XYZ59.052755.973346.2196
Yxy55.97330.36620.3471
Hunter Lab74.81539.965615.7424
CIE-Lab79.598614.585714.5161

#eabbab color RGB value is (234,187,171).

#eabbab hex color red value is 234, green value is 187 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #eabbab hue: 0.04 , saturation: 0.60 and the lightness value of eabbab is 0.79.

The process color (four color CMYK) of #eabbab color hex is 0.00, 0.20, 0.27, 0.08. Web safe color of #eabbab is #ffcc99. Color #eabbab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111011 10101011
Octal 352 273 253
Decimal 234 187 171
Hex EA BB AB

RGB Percentages of Color #eabbab

%39.53
%31.59
%28.89

CMYK Percentages of Color #eabbab

%0
%20
%27
%8

Triadic Colors of #eabbab

#eabbab #abeabb #bbabea

Analogous Colors of #eabbab

#eabbab #eadbab #eaabbb

Monochromatic Colors of #eabbab

#eabbab

Complementary Color

#eabbab #abdaea

#eabbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabbab Color CSS Codes

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

#eabbab Text Font Color

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

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


#eabbab Background Color

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

This div background color is #eabbab


#eabbab Border Color

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

This div border color is #eabbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabbab


Comments

No comments written yet.

Please login to write comment.