Color Hex Logo

#eab3bd Color Hex

#EAB3BD
(234,179,189)
0 Favorites   0 Comments

Color spaces of #eab3bd

RGB 234179189
HSL0.970.570.81
HSV349°24°92°
CMYK 0.000.240.19   0.08
XYZ59.237153.406755.3305
Yxy53.40670.35270.3179
Hunter Lab73.079916.79876.2661
CIE-Lab78.114521.42642.6669

#eab3bd color RGB value is (234,179,189).

#eab3bd hex color red value is 234, green value is 179 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #eab3bd hue: 0.97 , saturation: 0.57 and the lightness value of eab3bd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110011 10111101
Octal 352 263 275
Decimal 234 179 189
Hex EA B3 BD

RGB Percentages of Color #eab3bd

%38.87
%29.73
%31.40

CMYK Percentages of Color #eab3bd

%0
%24
%19
%8

Triadic Colors of #eab3bd

#eab3bd #bdeab3 #b3bdea

Analogous Colors of #eab3bd

#eab3bd #eac5b3 #eab3d9

Monochromatic Colors of #eab3bd

#eab3bd

Complementary Color

#eab3bd #b3eae0

#eab3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab3bd Color CSS Codes

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

#eab3bd Text Font Color

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

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


#eab3bd Background Color

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

This div background color is #eab3bd


#eab3bd Border Color

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

This div border color is #eab3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab3bd

#eab3bd Color Palettes


Comments

No comments written yet.

Please login to write comment.