Color Hex Logo

#eabadf Color Hex

#EABADF
(234,186,223)
0 Favorites   0 Comments

Color spaces of #eabadf

RGB 234186223
HSL0.870.530.82
HSV314°21°92°
CMYK 0.000.210.05   0.08
XYZ64.809957.937977.5793
Yxy57.93790.32350.2892
Hunter Lab76.116918.7795-7.1472
CIE-Lab80.704323.2574-11.9003

#eabadf color RGB value is (234,186,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111010 11011111
Octal 352 272 337
Decimal 234 186 223
Hex EA BA DF

RGB Percentages of Color #eabadf

%36.39
%28.93
%34.68

CMYK Percentages of Color #eabadf

%0
%21
%5
%8

Triadic Colors of #eabadf

#eabadf #dfeaba #badfea

Analogous Colors of #eabadf

#eabadf #eabac7 #ddbaea

Monochromatic Colors of #eabadf

#eabadf

Complementary Color

#eabadf #baeac5

#eabadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabadf Color CSS Codes

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

#eabadf Text Font Color

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

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


#eabadf Background Color

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

This div background color is #eabadf


#eabadf Border Color

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

This div border color is #eabadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabadf


Comments

No comments written yet.

Please login to write comment.