Color Hex Logo

#eab9ae Color Hex

#EAB9AE
(234,185,174)
0 Favorites   0 Comments

Color spaces of #eab9ae

RGB 234185174
HSL0.030.590.80
HSV11°26°92°
CMYK 0.000.210.26   0.08
XYZ58.920655.246347.6026
Yxy55.24630.36420.3415
Hunter Lab74.327911.425414.0578
CIE-Lab79.182916.059112.3149

#eab9ae color RGB value is (234,185,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111001 10101110
Octal 352 271 256
Decimal 234 185 174
Hex EA B9 AE

RGB Percentages of Color #eab9ae

%39.46
%31.20
%29.34

CMYK Percentages of Color #eab9ae

%0
%21
%26
%8

Triadic Colors of #eab9ae

#eab9ae #aeeab9 #b9aeea

Analogous Colors of #eab9ae

#eab9ae #ead7ae #eaaec1

Monochromatic Colors of #eab9ae

#eab9ae

Complementary Color

#eab9ae #aedfea

#eab9ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab9ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab9ae Color CSS Codes

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

#eab9ae Text Font Color

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

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


#eab9ae Background Color

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

This div background color is #eab9ae


#eab9ae Border Color

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

This div border color is #eab9ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab9ae


Comments

No comments written yet.

Please login to write comment.