Color Hex Logo

#eaa6bd Color Hex

#EAA6BD
(234,166,189)
0 Favorites   0 Comments

Color spaces of #eaa6bd

RGB 234166189
HSL0.940.620.78
HSV340°29°92°
CMYK 0.000.290.19   0.08
XYZ56.753248.439054.5026
Yxy48.43900.35540.3033
Hunter Lab69.598123.75962.2884
CIE-Lab75.101028.3607-1.7288

#eaa6bd color RGB value is (234,166,189).

#eaa6bd hex color red value is 234, green value is 166 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #eaa6bd hue: 0.94 , saturation: 0.62 and the lightness value of eaa6bd is 0.78.

The process color (four color CMYK) of #eaa6bd color hex is 0.00, 0.29, 0.19, 0.08. Web safe color of #eaa6bd is #ff99cc. Color #eaa6bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100110 10111101
Octal 352 246 275
Decimal 234 166 189
Hex EA A6 BD

RGB Percentages of Color #eaa6bd

%39.73
%28.18
%32.09

CMYK Percentages of Color #eaa6bd

%0
%29
%19
%8

Triadic Colors of #eaa6bd

#eaa6bd #bdeaa6 #a6bdea

Analogous Colors of #eaa6bd

#eaa6bd #eab1a6 #eaa6df

Monochromatic Colors of #eaa6bd

#eaa6bd

Complementary Color

#eaa6bd #a6ead3

#eaa6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa6bd Color CSS Codes

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

#eaa6bd Text Font Color

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

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


#eaa6bd Background Color

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

This div background color is #eaa6bd


#eaa6bd Border Color

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

This div border color is #eaa6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa6bd


Comments

No comments written yet.

Please login to write comment.