Color Hex Logo

#ede5fe Color Hex

#EDE5FE
(237,229,254)
0 Favorites   0 Comments

Color spaces of #ede5fe

RGB 237229254
HSL0.720.930.95
HSV259°10°100°
CMYK 0.070.100.00   0.00
XYZ80.833881.1989105.1785
Yxy81.19890.30250.3039
Hunter Lab90.11042.4306-6.1270
CIE-Lab92.22017.2537-11.1192

#ede5fe color RGB value is (237,229,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100101 11111110
Octal 355 345 376
Decimal 237 229 254
Hex ED E5 FE

RGB Percentages of Color #ede5fe

%32.92
%31.81
%35.28

CMYK Percentages of Color #ede5fe

%7
%10
%0
%0

Triadic Colors of #ede5fe

#ede5fe #feede5 #e5feed

Analogous Colors of #ede5fe

#ede5fe #fae5fe #e5eafe

Monochromatic Colors of #ede5fe

#ede5fe

Complementary Color

#ede5fe #f6fee5

#ede5fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede5fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede5fe Color CSS Codes

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

#ede5fe Text Font Color

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

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


#ede5fe Background Color

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

This div background color is #ede5fe


#ede5fe Border Color

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

This div border color is #ede5fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede5fe

Related Colors


Comments

No comments written yet.

Please login to write comment.