Color Hex Logo

#ebaad8 Color Hex

#EBAAD8
(235,170,216)
0 Favorites   0 Comments

Color spaces of #ebaad8

RGB 235170216
HSL0.880.620.79
HSV318°28°92°
CMYK 0.000.280.08   0.08
XYZ61.030351.369571.6644
Yxy51.36950.33160.2791
Hunter Lab71.672526.5687-9.1125
CIE-Lab76.902330.9182-13.7950

#ebaad8 color RGB value is (235,170,216).

#ebaad8 hex color red value is 235, green value is 170 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #ebaad8 hue: 0.88 , saturation: 0.62 and the lightness value of ebaad8 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101010 11011000
Octal 353 252 330
Decimal 235 170 216
Hex EB AA D8

RGB Percentages of Color #ebaad8

%37.84
%27.38
%34.78

CMYK Percentages of Color #ebaad8

%0
%28
%8
%8

Triadic Colors of #ebaad8

#ebaad8 #d8ebaa #aad8eb

Analogous Colors of #ebaad8

#ebaad8 #ebaab8 #deaaeb

Monochromatic Colors of #ebaad8

#ebaad8

Complementary Color

#ebaad8 #aaebbd

#ebaad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaad8 Color CSS Codes

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

#ebaad8 Text Font Color

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

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


#ebaad8 Background Color

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

This div background color is #ebaad8


#ebaad8 Border Color

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

This div border color is #ebaad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaad8


Comments

No comments written yet.

Please login to write comment.