Color Hex Logo

#ede6fa Color Hex

#EDE6FA
(237,230,250)
0 Favorites   0 Comments

Color spaces of #ede6fa

RGB 237230250
HSL0.730.670.94
HSV261°98°
CMYK 0.050.080.00   0.02
XYZ80.477281.5003101.9320
Yxy81.50030.30490.3088
Hunter Lab90.27751.1368-3.7499
CIE-Lab92.35395.9797-8.8331

#ede6fa color RGB value is (237,230,250).

#ede6fa hex color red value is 237, green value is 230 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ede6fa hue: 0.73 , saturation: 0.67 and the lightness value of ede6fa is 0.94.

The process color (four color CMYK) of #ede6fa color hex is 0.05, 0.08, 0.00, 0.02. Web safe color of #ede6fa is #ffffff. Color #ede6fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100110 11111010
Octal 355 346 372
Decimal 237 230 250
Hex ED E6 FA

RGB Percentages of Color #ede6fa

%33.05
%32.08
%34.87

CMYK Percentages of Color #ede6fa

%5
%8
%0
%2

Triadic Colors of #ede6fa

#ede6fa #faede6 #e6faed

Analogous Colors of #ede6fa

#ede6fa #f7e6fa #e6e9fa

Monochromatic Colors of #ede6fa

#ede6fa

Complementary Color

#ede6fa #f3fae6

#ede6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede6fa Color CSS Codes

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

#ede6fa Text Font Color

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

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


#ede6fa Background Color

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

This div background color is #ede6fa


#ede6fa Border Color

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

This div border color is #ede6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede6fa

Related Colors


Comments

No comments written yet.

Please login to write comment.