Color Hex Logo

#eb9b84 Color Hex

#EB9B84
(235,155,132)
0 Favorites   0 Comments

Color spaces of #eb9b84

RGB 235155132
HSL0.040.720.72
HSV13°44°92°
CMYK 0.000.340.44   0.08
XYZ50.147242.770827.4423
Yxy42.77080.41660.3554
Hunter Lab65.399422.422020.9008
CIE-Lab71.399127.302624.3552

#eb9b84 color RGB value is (235,155,132).

#eb9b84 hex color red value is 235, green value is 155 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #eb9b84 hue: 0.04 , saturation: 0.72 and the lightness value of eb9b84 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011011 10000100
Octal 353 233 204
Decimal 235 155 132
Hex EB 9B 84

RGB Percentages of Color #eb9b84

%45.02
%29.69
%25.29

CMYK Percentages of Color #eb9b84

%0
%34
%44
%8

Triadic Colors of #eb9b84

#eb9b84 #84eb9b #9b84eb

Analogous Colors of #eb9b84

#eb9b84 #ebcf84 #eb84a1

Monochromatic Colors of #eb9b84

#eb9b84

Complementary Color

#eb9b84 #84d4eb

#eb9b84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb9b84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb9b84 Color CSS Codes

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

#eb9b84 Text Font Color

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

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


#eb9b84 Background Color

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

This div background color is #eb9b84


#eb9b84 Border Color

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

This div border color is #eb9b84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb9b84


Comments

No comments written yet.

Please login to write comment.