Color Hex Logo

#eb99da Color Hex

#EB99DA
(235,153,218)
0 Favorites   0 Comments

Color spaces of #eb99da

RGB 235153218
HSL0.870.670.76
HSV312°35°92°
CMYK 0.000.350.07   0.08
XYZ58.307145.506672.0402
Yxy45.50660.33160.2588
Hunter Lab67.458636.2320-16.0958
CIE-Lab73.224240.2583-20.4401

#eb99da color RGB value is (235,153,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011001 11011010
Octal 353 231 332
Decimal 235 153 218
Hex EB 99 DA

RGB Percentages of Color #eb99da

%38.78
%25.25
%35.97

CMYK Percentages of Color #eb99da

%0
%35
%7
%8

Triadic Colors of #eb99da

#eb99da #daeb99 #99daeb

Analogous Colors of #eb99da

#eb99da #eb99b1 #d399eb

Monochromatic Colors of #eb99da

#eb99da

Complementary Color

#eb99da #99ebaa

#eb99da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb99da Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb99da Color CSS Codes

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

#eb99da Text Font Color

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

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


#eb99da Background Color

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

This div background color is #eb99da


#eb99da Border Color

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

This div border color is #eb99da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb99da


Comments

No comments written yet.

Please login to write comment.