Color Hex Logo

#eadafd Color Hex

#EADAFD
(234,218,253)
1 Favorites   0 Comments

Color spaces of #eadafd

RGB 234218253
HSL0.740.900.92
HSV267°14°99°
CMYK 0.080.140.00   0.01
XYZ76.732774.7271103.3080
Yxy74.72710.30120.2933
Hunter Lab86.44487.1669-10.3446
CIE-Lab89.265011.8405-15.0352

#eadafd color RGB value is (234,218,253).

#eadafd hex color red value is 234, green value is 218 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #eadafd hue: 0.74 , saturation: 0.90 and the lightness value of eadafd is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011010 11111101
Octal 352 332 375
Decimal 234 218 253
Hex EA DA FD

RGB Percentages of Color #eadafd

%33.19
%30.92
%35.89

CMYK Percentages of Color #eadafd

%8
%14
%0
%1

Triadic Colors of #eadafd

#eadafd #fdeada #dafdea

Analogous Colors of #eadafd

#eadafd #fcdafd #dadcfd

Monochromatic Colors of #eadafd

#eadafd

Complementary Color

#eadafd #edfdda

#eadafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadafd Color CSS Codes

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

#eadafd Text Font Color

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

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


#eadafd Background Color

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

This div background color is #eadafd


#eadafd Border Color

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

This div border color is #eadafd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,218,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 #eadafd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadafd

Related Colors

#eadafd Color Palettes


Comments

No comments written yet.

Please login to write comment.