Color Hex Logo

#eadffd Color Hex

#EADFFD
(234,223,253)
0 Favorites   0 Comments

Color spaces of #eadffd

RGB 234223253
HSL0.730.880.93
HSV262°12°99°
CMYK 0.080.120.00   0.01
XYZ78.049077.3596103.7468
Yxy77.35960.30120.2985
Hunter Lab87.95434.4775-8.3677
CIE-Lab90.48699.2209-13.2064

#eadffd color RGB value is (234,223,253).

#eadffd hex color red value is 234, green value is 223 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #eadffd hue: 0.73 , saturation: 0.88 and the lightness value of eadffd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011111 11111101
Octal 352 337 375
Decimal 234 223 253
Hex EA DF FD

RGB Percentages of Color #eadffd

%32.96
%31.41
%35.63

CMYK Percentages of Color #eadffd

%8
%12
%0
%1

Triadic Colors of #eadffd

#eadffd #fdeadf #dffdea

Analogous Colors of #eadffd

#eadffd #f9dffd #dfe3fd

Monochromatic Colors of #eadffd

#eadffd

Complementary Color

#eadffd #f2fddf

#eadffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadffd Color CSS Codes

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

#eadffd Text Font Color

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

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


#eadffd Background Color

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

This div background color is #eadffd


#eadffd Border Color

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

This div border color is #eadffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadffd


Comments

No comments written yet.

Please login to write comment.