Color Hex Logo

#eabadb Color Hex

#EABADB
(234,186,219)
0 Favorites   0 Comments

Color spaces of #eabadb

RGB 234186219
HSL0.890.530.82
HSV319°21°92°
CMYK 0.000.210.06   0.08
XYZ64.276857.724774.7721
Yxy57.72470.32670.2934
Hunter Lab75.976818.0527-5.1662
CIE-Lab80.585522.5594-9.9239

#eabadb color RGB value is (234,186,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111010 11011011
Octal 352 272 333
Decimal 234 186 219
Hex EA BA DB

RGB Percentages of Color #eabadb

%36.62
%29.11
%34.27

CMYK Percentages of Color #eabadb

%0
%21
%6
%8

Triadic Colors of #eabadb

#eabadb #dbeaba #badbea

Analogous Colors of #eabadb

#eabadb #eabac3 #e1baea

Monochromatic Colors of #eabadb

#eabadb

Complementary Color

#eabadb #baeac9

#eabadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabadb Color CSS Codes

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

#eabadb Text Font Color

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

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


#eabadb Background Color

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

This div background color is #eabadb


#eabadb Border Color

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

This div border color is #eabadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabadb


Comments

No comments written yet.

Please login to write comment.