Color Hex Logo

#eabeac Color Hex

#EABEAC
(234,190,172)
0 Favorites   0 Comments

Color spaces of #eabeac

RGB 234190172
HSL0.050.600.80
HSV17°26°92°
CMYK 0.000.190.26   0.08
XYZ59.791557.297946.9380
Yxy57.29790.36450.3493
Hunter Lab75.69548.529616.2216
CIE-Lab80.346913.132415.0314

#eabeac color RGB value is (234,190,172).

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

The process color (four color CMYK) of #eabeac color hex is 0.00, 0.19, 0.26, 0.08. Web safe color of #eabeac is #ffcc99. Color #eabeac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 10101100
Octal 352 276 254
Decimal 234 190 172
Hex EA BE AC

RGB Percentages of Color #eabeac

%39.26
%31.88
%28.86

CMYK Percentages of Color #eabeac

%0
%19
%26
%8

Triadic Colors of #eabeac

#eabeac #aceabe #beacea

Analogous Colors of #eabeac

#eabeac #eaddac #eaacb9

Monochromatic Colors of #eabeac

#eabeac

Complementary Color

#eabeac #acd8ea

#eabeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabeac Color CSS Codes

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

#eabeac Text Font Color

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

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


#eabeac Background Color

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

This div background color is #eabeac


#eabeac Border Color

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

This div border color is #eabeac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,190,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eabeac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabeac

#eabeac Color Palettes


Comments

No comments written yet.

Please login to write comment.