Color Hex Logo

#eddefd Color Hex

#EDDEFD
(237,222,253)
0 Favorites   0 Comments

Color spaces of #eddefd

RGB 237222253
HSL0.750.890.93
HSV269°12°99°
CMYK 0.060.120.00   0.01
XYZ78.776077.3389103.7045
Yxy77.33890.30320.2977
Hunter Lab87.94255.9949-8.3568
CIE-Lab90.477410.7112-13.1960

#eddefd color RGB value is (237,222,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011110 11111101
Octal 355 336 375
Decimal 237 222 253
Hex ED DE FD

RGB Percentages of Color #eddefd

%33.29
%31.18
%35.53

CMYK Percentages of Color #eddefd

%6
%12
%0
%1

Triadic Colors of #eddefd

#eddefd #fdedde #defded

Analogous Colors of #eddefd

#eddefd #fddefd #dedffd

Monochromatic Colors of #eddefd

#eddefd

Complementary Color

#eddefd #eefdde

#eddefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddefd Color CSS Codes

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

#eddefd Text Font Color

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

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


#eddefd Background Color

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

This div background color is #eddefd


#eddefd Border Color

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

This div border color is #eddefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddefd


Comments

No comments written yet.

Please login to write comment.