Color Hex Logo

#eab6bd Color Hex

#EAB6BD
(234,182,189)
0 Favorites   0 Comments

Color spaces of #eab6bd

RGB 234182189
HSL0.980.550.82
HSV352°22°92°
CMYK 0.000.220.19   0.08
XYZ59.844954.622455.5331
Yxy54.62240.35200.3213
Hunter Lab73.907015.20017.1849
CIE-Lab78.823319.82713.6943

#eab6bd color RGB value is (234,182,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110110 10111101
Octal 352 266 275
Decimal 234 182 189
Hex EA B6 BD

RGB Percentages of Color #eab6bd

%38.68
%30.08
%31.24

CMYK Percentages of Color #eab6bd

%0
%22
%19
%8

Triadic Colors of #eab6bd

#eab6bd #bdeab6 #b6bdea

Analogous Colors of #eab6bd

#eab6bd #eac9b6 #eab6d7

Monochromatic Colors of #eab6bd

#eab6bd

Complementary Color

#eab6bd #b6eae3

#eab6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab6bd Color CSS Codes

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

#eab6bd Text Font Color

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

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


#eab6bd Background Color

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

This div background color is #eab6bd


#eab6bd Border Color

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

This div border color is #eab6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab6bd


Comments

No comments written yet.

Please login to write comment.