Color Hex Logo

#e0defd Color Hex

#E0DEFD
(224,222,253)
0 Favorites   0 Comments

Color spaces of #e0defd

RGB 224222253
HSL0.680.890.93
HSV244°12°99°
CMYK 0.110.120.00   0.01
XYZ74.591475.1817103.5086
Yxy75.18170.29450.2968
Hunter Lab86.70741.8195-10.0834
CIE-Lab89.47806.5506-14.7950

#e0defd color RGB value is (224,222,253).

#e0defd hex color red value is 224, green value is 222 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e0defd hue: 0.68 , saturation: 0.89 and the lightness value of e0defd is 0.93.

The process color (four color CMYK) of #e0defd color hex is 0.11, 0.12, 0.00, 0.01. Web safe color of #e0defd is #ccccff. Color #e0defd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011110 11111101
Octal 340 336 375
Decimal 224 222 253
Hex E0 DE FD

RGB Percentages of Color #e0defd

%32.05
%31.76
%36.19

CMYK Percentages of Color #e0defd

%11
%12
%0
%1

Triadic Colors of #e0defd

#e0defd #fde0de #defde0

Analogous Colors of #e0defd

#e0defd #f0defd #deecfd

Monochromatic Colors of #e0defd

#e0defd

Complementary Color

#e0defd #fbfdde

#e0defd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0defd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0defd Color CSS Codes

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

#e0defd Text Font Color

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

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


#e0defd Background Color

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

This div background color is #e0defd


#e0defd Border Color

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

This div border color is #e0defd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0defd


Comments

No comments written yet.

Please login to write comment.