Color Hex Logo

#ede5fd Color Hex

#EDE5FD
(237,229,253)
0 Favorites   0 Comments

Color spaces of #ede5fd

RGB 237229253
HSL0.720.860.95
HSV260°99°
CMYK 0.060.090.00   0.01
XYZ80.674081.1350104.3372
Yxy81.13500.30310.3049
Hunter Lab90.07502.2391-5.6253
CIE-Lab92.19177.0638-10.6396

#ede5fd color RGB value is (237,229,253).

#ede5fd hex color red value is 237, green value is 229 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ede5fd hue: 0.72 , saturation: 0.86 and the lightness value of ede5fd is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100101 11111101
Octal 355 345 375
Decimal 237 229 253
Hex ED E5 FD

RGB Percentages of Color #ede5fd

%32.96
%31.85
%35.19

CMYK Percentages of Color #ede5fd

%6
%9
%0
%1

Triadic Colors of #ede5fd

#ede5fd #fdede5 #e5fded

Analogous Colors of #ede5fd

#ede5fd #f9e5fd #e5e9fd

Monochromatic Colors of #ede5fd

#ede5fd

Complementary Color

#ede5fd #f5fde5

#ede5fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede5fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede5fd Color CSS Codes

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

#ede5fd Text Font Color

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

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


#ede5fd Background Color

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

This div background color is #ede5fd


#ede5fd Border Color

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

This div border color is #ede5fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede5fd


Comments

No comments written yet.

Please login to write comment.