Color Hex Logo

#ede7fe Color Hex

#EDE7FE
(237,231,254)
0 Favorites   0 Comments

Color spaces of #ede7fe

RGB 237231254
HSL0.710.920.95
HSV256°100°
CMYK 0.070.090.00   0.00
XYZ81.390482.3121105.3640
Yxy82.31210.30250.3059
Hunter Lab90.72601.3620-5.3478
CIE-Lab92.71246.2165-10.3865

#ede7fe color RGB value is (237,231,254).

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

The process color (four color CMYK) of #ede7fe color hex is 0.07, 0.09, 0.00, 0.00. Web safe color of #ede7fe is #ffffff. Color #ede7fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100111 11111110
Octal 355 347 376
Decimal 237 231 254
Hex ED E7 FE

RGB Percentages of Color #ede7fe

%32.83
%31.99
%35.18

CMYK Percentages of Color #ede7fe

%7
%9
%0
%0

Triadic Colors of #ede7fe

#ede7fe #feede7 #e7feed

Analogous Colors of #ede7fe

#ede7fe #f9e7fe #e7edfe

Monochromatic Colors of #ede7fe

#ede7fe

Complementary Color

#ede7fe #f8fee7

#ede7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede7fe Color CSS Codes

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

#ede7fe Text Font Color

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

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


#ede7fe Background Color

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

This div background color is #ede7fe


#ede7fe Border Color

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

This div border color is #ede7fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede7fe

Related Colors


Comments

No comments written yet.

Please login to write comment.