Color Hex Logo

#ede0fe Color Hex

#EDE0FE
(237,224,254)
0 Favorites   0 Comments

Color spaces of #ede0fe

RGB 237224254
HSL0.740.940.94
HSV266°12°100°
CMYK 0.070.120.00   0.00
XYZ79.470178.4716104.7239
Yxy78.47160.30260.2988
Hunter Lab88.58425.1125-8.0835
CIE-Lab90.99479.8568-12.9468

#ede0fe color RGB value is (237,224,254).

#ede0fe hex color red value is 237, green value is 224 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ede0fe hue: 0.74 , saturation: 0.94 and the lightness value of ede0fe is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100000 11111110
Octal 355 340 376
Decimal 237 224 254
Hex ED E0 FE

RGB Percentages of Color #ede0fe

%33.15
%31.33
%35.52

CMYK Percentages of Color #ede0fe

%7
%12
%0
%0

Triadic Colors of #ede0fe

#ede0fe #feede0 #e0feed

Analogous Colors of #ede0fe

#ede0fe #fce0fe #e0e2fe

Monochromatic Colors of #ede0fe

#ede0fe

Complementary Color

#ede0fe #f1fee0

#ede0fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede0fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede0fe Color CSS Codes

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

#ede0fe Text Font Color

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

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


#ede0fe Background Color

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

This div background color is #ede0fe


#ede0fe Border Color

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

This div border color is #ede0fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,224,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ede0fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede0fe


Comments

No comments written yet.

Please login to write comment.