Color Hex Logo

#eaabaf Color Hex

#EAABAF
(234,171,175)
0 Favorites   0 Comments

Color spaces of #eaabaf

RGB 234171175
HSL0.990.600.79
HSV356°27°92°
CMYK 0.000.270.25   0.08
XYZ56.232549.713447.1893
Yxy49.71340.36720.3246
Hunter Lab70.507718.97189.6739
CIE-Lab75.893023.65527.0832

#eaabaf color RGB value is (234,171,175).

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

The process color (four color CMYK) of #eaabaf color hex is 0.00, 0.27, 0.25, 0.08. Web safe color of #eaabaf is #ff9999. Color #eaabaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101011 10101111
Octal 352 253 257
Decimal 234 171 175
Hex EA AB AF

RGB Percentages of Color #eaabaf

%40.34
%29.48
%30.17

CMYK Percentages of Color #eaabaf

%0
%27
%25
%8

Triadic Colors of #eaabaf

#eaabaf #afeaab #abafea

Analogous Colors of #eaabaf

#eaabaf #eac7ab #eaabcf

Monochromatic Colors of #eaabaf

#eaabaf

Complementary Color

#eaabaf #abeae6

#eaabaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaabaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaabaf Color CSS Codes

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

#eaabaf Text Font Color

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

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


#eaabaf Background Color

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

This div background color is #eaabaf


#eaabaf Border Color

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

This div border color is #eaabaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaabaf


Comments

No comments written yet.

Please login to write comment.