Color Hex Logo

#ebbad9 Color Hex

#EBBAD9
(235,186,217)
0 Favorites   0 Comments

Color spaces of #ebbad9

RGB 235186217
HSL0.890.550.83
HSV322°21°92°
CMYK 0.000.210.08   0.08
XYZ64.344257.789773.4089
Yxy57.78970.32910.2955
Hunter Lab76.019518.0512-4.0402
CIE-Lab80.621722.5565-8.7825

#ebbad9 color RGB value is (235,186,217).

#ebbad9 hex color red value is 235, green value is 186 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #ebbad9 hue: 0.89 , saturation: 0.55 and the lightness value of ebbad9 is 0.83.

The process color (four color CMYK) of #ebbad9 color hex is 0.00, 0.21, 0.08, 0.08. Web safe color of #ebbad9 is #ffcccc. Color #ebbad9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 11011001
Octal 353 272 331
Decimal 235 186 217
Hex EB BA D9

RGB Percentages of Color #ebbad9

%36.83
%29.15
%34.01

CMYK Percentages of Color #ebbad9

%0
%21
%8
%8

Triadic Colors of #ebbad9

#ebbad9 #d9ebba #bad9eb

Analogous Colors of #ebbad9

#ebbad9 #ebbac1 #e5baeb

Monochromatic Colors of #ebbad9

#ebbad9

Complementary Color

#ebbad9 #baebcc

#ebbad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbad9 Color CSS Codes

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

#ebbad9 Text Font Color

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

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


#ebbad9 Background Color

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

This div background color is #ebbad9


#ebbad9 Border Color

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

This div border color is #ebbad9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,186,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 #ebbad9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbad9


Comments

No comments written yet.

Please login to write comment.