Color Hex Logo

#eb9abd Color Hex

#EB9ABD
(235,154,189)
0 Favorites   0 Comments

Color spaces of #eb9abd

RGB 235154189
HSL0.930.670.76
HSV334°34°92°
CMYK 0.000.340.20   0.08
XYZ55.001944.447553.8244
Yxy44.44750.35880.2900
Hunter Lab66.669030.5918-1.1988
CIE-Lab72.526635.0811-5.5060

#eb9abd color RGB value is (235,154,189).

#eb9abd hex color red value is 235, green value is 154 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #eb9abd hue: 0.93 , saturation: 0.67 and the lightness value of eb9abd is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011010 10111101
Octal 353 232 275
Decimal 235 154 189
Hex EB 9A BD

RGB Percentages of Color #eb9abd

%40.66
%26.64
%32.70

CMYK Percentages of Color #eb9abd

%0
%34
%20
%8

Triadic Colors of #eb9abd

#eb9abd #bdeb9a #9abdeb

Analogous Colors of #eb9abd

#eb9abd #eba09a #eb9ae6

Monochromatic Colors of #eb9abd

#eb9abd

Complementary Color

#eb9abd #9aebc8

#eb9abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb9abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb9abd Color CSS Codes

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

#eb9abd Text Font Color

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

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


#eb9abd Background Color

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

This div background color is #eb9abd


#eb9abd Border Color

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

This div border color is #eb9abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb9abd


Comments

No comments written yet.

Please login to write comment.