Color Hex Logo

#ebaad1 Color Hex

#EBAAD1
(235,170,209)
0 Favorites   0 Comments

Color spaces of #ebaad1

RGB 235170209
HSL0.900.620.79
HSV324°28°92°
CMYK 0.000.280.11   0.08
XYZ60.144351.015166.9985
Yxy51.01510.33760.2863
Hunter Lab71.424925.3149-5.6183
CIE-Lab76.688229.7437-10.3035

#ebaad1 color RGB value is (235,170,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101010 11010001
Octal 353 252 321
Decimal 235 170 209
Hex EB AA D1

RGB Percentages of Color #ebaad1

%38.27
%27.69
%34.04

CMYK Percentages of Color #ebaad1

%0
%28
%11
%8

Triadic Colors of #ebaad1

#ebaad1 #d1ebaa #aad1eb

Analogous Colors of #ebaad1

#ebaad1 #ebaab1 #e5aaeb

Monochromatic Colors of #ebaad1

#ebaad1

Complementary Color

#ebaad1 #aaebc4

#ebaad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaad1 Color CSS Codes

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

#ebaad1 Text Font Color

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

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


#ebaad1 Background Color

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

This div background color is #ebaad1


#ebaad1 Border Color

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

This div border color is #ebaad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaad1


Comments

No comments written yet.

Please login to write comment.