Color Hex Logo

#ede1fe Color Hex

#EDE1FE
(237,225,254)
0 Favorites   0 Comments

Color spaces of #ede1fe

RGB 237225254
HSL0.740.940.94
HSV265°11°100°
CMYK 0.070.110.00   0.00
XYZ79.739779.0107104.8138
Yxy79.01070.30250.2998
Hunter Lab88.88804.5750-7.6913
CIE-Lab91.23919.3351-12.5818

#ede1fe color RGB value is (237,225,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100001 11111110
Octal 355 341 376
Decimal 237 225 254
Hex ED E1 FE

RGB Percentages of Color #ede1fe

%33.10
%31.42
%35.47

CMYK Percentages of Color #ede1fe

%7
%11
%0
%0

Triadic Colors of #ede1fe

#ede1fe #feede1 #e1feed

Analogous Colors of #ede1fe

#ede1fe #fce1fe #e1e4fe

Monochromatic Colors of #ede1fe

#ede1fe

Complementary Color

#ede1fe #f2fee1

#ede1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede1fe Color CSS Codes

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

#ede1fe Text Font Color

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

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


#ede1fe Background Color

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

This div background color is #ede1fe


#ede1fe Border Color

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

This div border color is #ede1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede1fe


Comments

No comments written yet.

Please login to write comment.