Color Hex Logo

#eb95aa Color Hex

#EB95AA
(235,149,170)
0 Favorites   0 Comments

Color spaces of #eb95aa

RGB 235149170
HSL0.960.680.75
HSV345°37°92°
CMYK 0.000.370.28   0.08
XYZ52.264142.059343.3939
Yxy42.05930.37950.3054
Hunter Lab64.853130.35735.7257
CIE-Lab70.911835.01022.6665

#eb95aa color RGB value is (235,149,170).

#eb95aa hex color red value is 235, green value is 149 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #eb95aa hue: 0.96 , saturation: 0.68 and the lightness value of eb95aa is 0.75.

The process color (four color CMYK) of #eb95aa color hex is 0.00, 0.37, 0.28, 0.08. Web safe color of #eb95aa is #ff9999. Color #eb95aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010101 10101010
Octal 353 225 252
Decimal 235 149 170
Hex EB 95 AA

RGB Percentages of Color #eb95aa

%42.42
%26.90
%30.69

CMYK Percentages of Color #eb95aa

%0
%37
%28
%8

Triadic Colors of #eb95aa

#eb95aa #aaeb95 #95aaeb

Analogous Colors of #eb95aa

#eb95aa #ebab95 #eb95d5

Monochromatic Colors of #eb95aa

#eb95aa

Complementary Color

#eb95aa #95ebd6

#eb95aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb95aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb95aa Color CSS Codes

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

#eb95aa Text Font Color

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

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


#eb95aa Background Color

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

This div background color is #eb95aa


#eb95aa Border Color

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

This div border color is #eb95aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb95aa


Comments

No comments written yet.

Please login to write comment.