Color Hex Logo

#eab9bd Color Hex

#EAB9BD
(234,185,189)
0 Favorites   0 Comments

Color spaces of #eab9bd

RGB 234185189
HSL0.990.540.82
HSV355°21°92°
CMYK 0.000.210.19   0.08
XYZ60.466055.864555.7401
Yxy55.86450.35140.3247
Hunter Lab74.742613.60538.1036
CIE-Lab79.536618.22974.7260

#eab9bd color RGB value is (234,185,189).

#eab9bd hex color red value is 234, green value is 185 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #eab9bd hue: 0.99 , saturation: 0.54 and the lightness value of eab9bd is 0.82.

The process color (four color CMYK) of #eab9bd color hex is 0.00, 0.21, 0.19, 0.08. Web safe color of #eab9bd is #ffcccc. Color #eab9bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111001 10111101
Octal 352 271 275
Decimal 234 185 189
Hex EA B9 BD

RGB Percentages of Color #eab9bd

%38.49
%30.43
%31.09

CMYK Percentages of Color #eab9bd

%0
%21
%19
%8

Triadic Colors of #eab9bd

#eab9bd #bdeab9 #b9bdea

Analogous Colors of #eab9bd

#eab9bd #eaceb9 #eab9d6

Monochromatic Colors of #eab9bd

#eab9bd

Complementary Color

#eab9bd #b9eae6

#eab9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab9bd Color CSS Codes

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

#eab9bd Text Font Color

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

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


#eab9bd Background Color

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

This div background color is #eab9bd


#eab9bd Border Color

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

This div border color is #eab9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab9bd


Comments

No comments written yet.

Please login to write comment.