Color Hex Logo

#eb99df Color Hex

#EB99DF
(235,153,223)
0 Favorites   0 Comments

Color spaces of #eb99df

RGB 235153223
HSL0.860.670.76
HSV309°35°92°
CMYK 0.000.350.05   0.08
XYZ58.971545.772375.5388
Yxy45.77230.32710.2539
Hunter Lab67.655237.1924-18.8401
CIE-Lab73.397541.1189-22.9180

#eb99df color RGB value is (235,153,223).

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

The process color (four color CMYK) of #eb99df color hex is 0.00, 0.35, 0.05, 0.08. Web safe color of #eb99df is #ff99cc. Color #eb99df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011001 11011111
Octal 353 231 337
Decimal 235 153 223
Hex EB 99 DF

RGB Percentages of Color #eb99df

%38.46
%25.04
%36.50

CMYK Percentages of Color #eb99df

%0
%35
%5
%8

Triadic Colors of #eb99df

#eb99df #dfeb99 #99dfeb

Analogous Colors of #eb99df

#eb99df #eb99b6 #ce99eb

Monochromatic Colors of #eb99df

#eb99df

Complementary Color

#eb99df #99eba5

#eb99df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb99df Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb99df Color CSS Codes

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

#eb99df Text Font Color

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

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


#eb99df Background Color

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

This div background color is #eb99df


#eb99df Border Color

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

This div border color is #eb99df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb99df


Comments

No comments written yet.

Please login to write comment.