Color Hex Logo

#eabadd Color Hex

#EABADD
(234,186,221)
0 Favorites   0 Comments

Color spaces of #eabadd

RGB 234186221
HSL0.880.530.82
HSV316°21°92°
CMYK 0.000.210.06   0.08
XYZ64.541757.830776.1673
Yxy57.83070.32510.2913
Hunter Lab76.046518.4140-6.1516
CIE-Lab80.644622.9068-10.9128

#eabadd color RGB value is (234,186,221).

#eabadd hex color red value is 234, green value is 186 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #eabadd hue: 0.88 , saturation: 0.53 and the lightness value of eabadd is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111010 11011101
Octal 352 272 335
Decimal 234 186 221
Hex EA BA DD

RGB Percentages of Color #eabadd

%36.51
%29.02
%34.48

CMYK Percentages of Color #eabadd

%0
%21
%6
%8

Triadic Colors of #eabadd

#eabadd #ddeaba #baddea

Analogous Colors of #eabadd

#eabadd #eabac5 #dfbaea

Monochromatic Colors of #eabadd

#eabadd

Complementary Color

#eabadd #baeac7

#eabadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabadd Color CSS Codes

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

#eabadd Text Font Color

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

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


#eabadd Background Color

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

This div background color is #eabadd


#eabadd Border Color

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

This div border color is #eabadd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,186,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabadd


Comments

No comments written yet.

Please login to write comment.