Color Hex Logo

#eabadc Color Hex

#EABADC
(234,186,220)
0 Favorites   0 Comments

Color spaces of #eabadc

RGB 234186220
HSL0.880.530.82
HSV318°21°92°
CMYK 0.000.210.06   0.08
XYZ64.408957.777575.4676
Yxy57.77750.32590.2923
Hunter Lab76.011518.2331-5.6577
CIE-Lab80.614922.7329-10.4185

#eabadc color RGB value is (234,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111010 11011100
Octal 352 272 334
Decimal 234 186 220
Hex EA BA DC

RGB Percentages of Color #eabadc

%36.56
%29.06
%34.38

CMYK Percentages of Color #eabadc

%0
%21
%6
%8

Triadic Colors of #eabadc

#eabadc #dceaba #badcea

Analogous Colors of #eabadc

#eabadc #eabac4 #e0baea

Monochromatic Colors of #eabadc

#eabadc

Complementary Color

#eabadc #baeac8

#eabadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabadc Color CSS Codes

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

#eabadc Text Font Color

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

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


#eabadc Background Color

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

This div background color is #eabadc


#eabadc Border Color

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

This div border color is #eabadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabadc


Comments

No comments written yet.

Please login to write comment.