Color Hex Logo

#eabafd Color Hex

#EABAFD
(234,186,253)
0 Favorites   0 Comments

Color spaces of #eabafd

RGB 234186253
HSL0.790.940.86
HSV283°26°99°
CMYK 0.080.260.00   0.01
XYZ69.220259.7021100.8039
Yxy59.70210.30130.2599
Hunter Lab77.267124.6928-23.2637
CIE-Lab81.676028.8332-26.5188

#eabafd color RGB value is (234,186,253).

#eabafd hex color red value is 234, green value is 186 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #eabafd hue: 0.79 , saturation: 0.94 and the lightness value of eabafd is 0.86.

The process color (four color CMYK) of #eabafd color hex is 0.08, 0.26, 0.00, 0.01. Web safe color of #eabafd is #ffccff. Color #eabafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111010 11111101
Octal 352 272 375
Decimal 234 186 253
Hex EA BA FD

RGB Percentages of Color #eabafd

%34.77
%27.64
%37.59

CMYK Percentages of Color #eabafd

%8
%26
%0
%1

Triadic Colors of #eabafd

#eabafd #fdeaba #bafdea

Analogous Colors of #eabafd

#eabafd #fdbaef #c9bafd

Monochromatic Colors of #eabafd

#eabafd

Complementary Color

#eabafd #cdfdba

#eabafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabafd Color CSS Codes

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

#eabafd Text Font Color

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

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


#eabafd Background Color

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

This div background color is #eabafd


#eabafd Border Color

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

This div border color is #eabafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabafd


Comments

No comments written yet.

Please login to write comment.