Color Hex Logo

#eb9ead Color Hex

#EB9EAD
(235,158,173)
0 Favorites   0 Comments

Color spaces of #eb9ead

RGB 235158173
HSL0.970.660.77
HSV348°33°92°
CMYK 0.000.330.26   0.08
XYZ54.030645.133045.3990
Yxy45.13300.37380.3122
Hunter Lab67.181125.99226.9603
CIE-Lab72.979430.66223.9985

#eb9ead color RGB value is (235,158,173).

#eb9ead hex color red value is 235, green value is 158 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #eb9ead hue: 0.97 , saturation: 0.66 and the lightness value of eb9ead is 0.77.

The process color (four color CMYK) of #eb9ead color hex is 0.00, 0.33, 0.26, 0.08. Web safe color of #eb9ead is #ff9999. Color #eb9ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011110 10101101
Octal 353 236 255
Decimal 235 158 173
Hex EB 9E AD

RGB Percentages of Color #eb9ead

%41.52
%27.92
%30.57

CMYK Percentages of Color #eb9ead

%0
%33
%26
%8

Triadic Colors of #eb9ead

#eb9ead #adeb9e #9eadeb

Analogous Colors of #eb9ead

#eb9ead #ebb69e #eb9ed4

Monochromatic Colors of #eb9ead

#eb9ead

Complementary Color

#eb9ead #9eebdc

#eb9ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb9ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb9ead Color CSS Codes

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

#eb9ead Text Font Color

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

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


#eb9ead Background Color

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

This div background color is #eb9ead


#eb9ead Border Color

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

This div border color is #eb9ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb9ead


Comments

No comments written yet.

Please login to write comment.