Color Hex Logo

#eabfab Color Hex

#EABFAB
(234,191,171)
0 Favorites   0 Comments

Color spaces of #eabfab

RGB 234191171
HSL0.050.600.79
HSV19°27°92°
CMYK 0.000.180.27   0.08
XYZ59.913257.694346.5064
Yxy57.69430.36510.3516
Hunter Lab75.95687.872916.8680
CIE-Lab80.568512.467415.8781

#eabfab color RGB value is (234,191,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111111 10101011
Octal 352 277 253
Decimal 234 191 171
Hex EA BF AB

RGB Percentages of Color #eabfab

%39.26
%32.05
%28.69

CMYK Percentages of Color #eabfab

%0
%18
%27
%8

Triadic Colors of #eabfab

#eabfab #abeabf #bfabea

Analogous Colors of #eabfab

#eabfab #eadfab #eaabb7

Monochromatic Colors of #eabfab

#eabfab

Complementary Color

#eabfab #abd6ea

#eabfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabfab Color CSS Codes

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

#eabfab Text Font Color

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

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


#eabfab Background Color

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

This div background color is #eabfab


#eabfab Border Color

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

This div border color is #eabfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabfab


Comments

No comments written yet.

Please login to write comment.