Color Hex Logo

#eb899a Color Hex

#EB899A
(235,137,154)
0 Favorites   0 Comments

Color spaces of #eb899a

RGB 235137154
HSL0.970.710.73
HSV350°42°92°
CMYK 0.000.420.34   0.08
XYZ49.039337.886635.3000
Yxy37.88660.40120.3100
Hunter Lab61.552134.49709.0838
CIE-Lab67.937039.22837.3247

#eb899a color RGB value is (235,137,154).

#eb899a hex color red value is 235, green value is 137 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #eb899a hue: 0.97 , saturation: 0.71 and the lightness value of eb899a is 0.73.

The process color (four color CMYK) of #eb899a color hex is 0.00, 0.42, 0.34, 0.08. Web safe color of #eb899a is #ff9999. Color #eb899a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001001 10011010
Octal 353 211 232
Decimal 235 137 154
Hex EB 89 9A

RGB Percentages of Color #eb899a

%44.68
%26.05
%29.28

CMYK Percentages of Color #eb899a

%0
%42
%34
%8

Triadic Colors of #eb899a

#eb899a #9aeb89 #899aeb

Analogous Colors of #eb899a

#eb899a #eba989 #eb89cb

Monochromatic Colors of #eb899a

#eb899a

Complementary Color

#eb899a #89ebda

#eb899a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb899a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb899a Color CSS Codes

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

#eb899a Text Font Color

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

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


#eb899a Background Color

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

This div background color is #eb899a


#eb899a Border Color

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

This div border color is #eb899a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb899a


Comments

No comments written yet.

Please login to write comment.