Color Hex Logo

#ebaed9 Color Hex

#EBAED9
(235,174,217)
0 Favorites   0 Comments

Color spaces of #ebaed9

RGB 235174217
HSL0.880.600.80
HSV318°26°92°
CMYK 0.000.260.08   0.08
XYZ61.921452.944072.6012
Yxy52.94400.33030.2824
Hunter Lab72.762624.5699-8.2246
CIE-Lab77.841928.9574-12.9297

#ebaed9 color RGB value is (235,174,217).

#ebaed9 hex color red value is 235, green value is 174 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #ebaed9 hue: 0.88 , saturation: 0.60 and the lightness value of ebaed9 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101110 11011001
Octal 353 256 331
Decimal 235 174 217
Hex EB AE D9

RGB Percentages of Color #ebaed9

%37.54
%27.80
%34.66

CMYK Percentages of Color #ebaed9

%0
%26
%8
%8

Triadic Colors of #ebaed9

#ebaed9 #d9ebae #aed9eb

Analogous Colors of #ebaed9

#ebaed9 #ebaebb #dfaeeb

Monochromatic Colors of #ebaed9

#ebaed9

Complementary Color

#ebaed9 #aeebc0

#ebaed9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaed9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaed9 Color CSS Codes

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

#ebaed9 Text Font Color

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

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


#ebaed9 Background Color

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

This div background color is #ebaed9


#ebaed9 Border Color

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

This div border color is #ebaed9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaed9


Comments

No comments written yet.

Please login to write comment.