Color Hex Logo

#eb98ad Color Hex

#EB98AD
(235,152,173)
0 Favorites   0 Comments

Color spaces of #eb98ad

RGB 235152173
HSL0.960.670.76
HSV345°35°92°
CMYK 0.000.350.26   0.08
XYZ53.032043.135845.0661
Yxy43.13580.37550.3054
Hunter Lab65.677929.19475.2915
CIE-Lab71.647033.83742.0674

#eb98ad color RGB value is (235,152,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011000 10101101
Octal 353 230 255
Decimal 235 152 173
Hex EB 98 AD

RGB Percentages of Color #eb98ad

%41.96
%27.14
%30.89

CMYK Percentages of Color #eb98ad

%0
%35
%26
%8

Triadic Colors of #eb98ad

#eb98ad #adeb98 #98adeb

Analogous Colors of #eb98ad

#eb98ad #ebad98 #eb98d7

Monochromatic Colors of #eb98ad

#eb98ad

Complementary Color

#eb98ad #98ebd6

#eb98ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb98ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb98ad Color CSS Codes

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

#eb98ad Text Font Color

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

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


#eb98ad Background Color

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

This div background color is #eb98ad


#eb98ad Border Color

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

This div border color is #eb98ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb98ad


Comments

No comments written yet.

Please login to write comment.