Color Hex Logo

#eaacb9 Color Hex

#EAACB9
(234,172,185)
0 Favorites   0 Comments

Color spaces of #eaacb9

RGB 234172185
HSL0.970.600.80
HSV347°26°92°
CMYK 0.000.260.21   0.08
XYZ57.441250.500352.6190
Yxy50.50030.35780.3145
Hunter Lab71.063619.92165.8432
CIE-Lab76.375324.56242.3192

#eaacb9 color RGB value is (234,172,185).

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

The process color (four color CMYK) of #eaacb9 color hex is 0.00, 0.26, 0.21, 0.08. Web safe color of #eaacb9 is #ff99cc. Color #eaacb9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101100 10111001
Octal 352 254 271
Decimal 234 172 185
Hex EA AC B9

RGB Percentages of Color #eaacb9

%39.59
%29.10
%31.30

CMYK Percentages of Color #eaacb9

%0
%26
%21
%8

Triadic Colors of #eaacb9

#eaacb9 #b9eaac #acb9ea

Analogous Colors of #eaacb9

#eaacb9 #eabeac #eaacd8

Monochromatic Colors of #eaacb9

#eaacb9

Complementary Color

#eaacb9 #aceadd

#eaacb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaacb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaacb9 Color CSS Codes

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

#eaacb9 Text Font Color

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

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


#eaacb9 Background Color

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

This div background color is #eaacb9


#eaacb9 Border Color

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

This div border color is #eaacb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaacb9

#eaacb9 Color Palettes


Comments

No comments written yet.

Please login to write comment.