Color Hex Logo

#eba9bb Color Hex

#EBA9BB
(235,169,187)
0 Favorites   0 Comments

Color spaces of #eba9bb

RGB 235169187
HSL0.950.620.79
HSV344°28°92°
CMYK 0.000.280.20   0.08
XYZ57.418649.626053.5662
Yxy49.62600.35750.3090
Hunter Lab70.445722.21104.2285
CIE-Lab75.839126.81820.4585

#eba9bb color RGB value is (235,169,187).

#eba9bb hex color red value is 235, green value is 169 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #eba9bb hue: 0.95 , saturation: 0.62 and the lightness value of eba9bb is 0.79.

The process color (four color CMYK) of #eba9bb color hex is 0.00, 0.28, 0.20, 0.08. Web safe color of #eba9bb is #ff99cc. Color #eba9bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101001 10111011
Octal 353 251 273
Decimal 235 169 187
Hex EB A9 BB

RGB Percentages of Color #eba9bb

%39.76
%28.60
%31.64

CMYK Percentages of Color #eba9bb

%0
%28
%20
%8

Triadic Colors of #eba9bb

#eba9bb #bbeba9 #a9bbeb

Analogous Colors of #eba9bb

#eba9bb #ebb8a9 #eba9dc

Monochromatic Colors of #eba9bb

#eba9bb

Complementary Color

#eba9bb #a9ebd9

#eba9bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba9bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba9bb Color CSS Codes

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

#eba9bb Text Font Color

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

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


#eba9bb Background Color

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

This div background color is #eba9bb


#eba9bb Border Color

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

This div border color is #eba9bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,169,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eba9bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eba9bb;
  -webkit-box-shadow: 1px 1px 3px 2px #eba9bb;
  box-shadow:         1px 1px 3px 2px #eba9bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,169,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba9bb


Comments

No comments written yet.

Please login to write comment.