Color Hex Logo

#eadbfa Color Hex

#EADBFA
(234,219,250)
0 Favorites   0 Comments

Color spaces of #eadbfa

RGB 234219250
HSL0.750.760.92
HSV269°12°98°
CMYK 0.060.120.00   0.02
XYZ76.518575.0576100.8971
Yxy75.05760.30310.2973
Hunter Lab86.63586.0422-8.4048
CIE-Lab89.420010.7389-13.2272

#eadbfa color RGB value is (234,219,250).

#eadbfa hex color red value is 234, green value is 219 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #eadbfa hue: 0.75 , saturation: 0.76 and the lightness value of eadbfa is 0.92.

The process color (four color CMYK) of #eadbfa color hex is 0.06, 0.12, 0.00, 0.02. Web safe color of #eadbfa is #ffccff. Color #eadbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011011 11111010
Octal 352 333 372
Decimal 234 219 250
Hex EA DB FA

RGB Percentages of Color #eadbfa

%33.29
%31.15
%35.56

CMYK Percentages of Color #eadbfa

%6
%12
%0
%2

Triadic Colors of #eadbfa

#eadbfa #faeadb #dbfaea

Analogous Colors of #eadbfa

#eadbfa #fadbfa #dbdcfa

Monochromatic Colors of #eadbfa

#eadbfa

Complementary Color

#eadbfa #ebfadb

#eadbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadbfa Color CSS Codes

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

#eadbfa Text Font Color

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

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


#eadbfa Background Color

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

This div background color is #eadbfa


#eadbfa Border Color

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

This div border color is #eadbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadbfa


Comments

No comments written yet.

Please login to write comment.