Color Hex Logo

#ede6ff Color Hex

#EDE6FF
(237,230,255)
0 Favorites   0 Comments

Color spaces of #ede6ff

RGB 237230255
HSL0.711.000.95
HSV257°10°100°
CMYK 0.070.100.00   0.00
XYZ81.271981.8182106.1167
Yxy81.81820.30190.3039
Hunter Lab90.45342.0878-6.2395
CIE-Lab92.49466.9251-11.2321

#ede6ff color RGB value is (237,230,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100110 11111111
Octal 355 346 377
Decimal 237 230 255
Hex ED E6 FF

RGB Percentages of Color #ede6ff

%32.83
%31.86
%35.32

CMYK Percentages of Color #ede6ff

%7
%10
%0
%0

Triadic Colors of #ede6ff

#ede6ff #ffede6 #e6ffed

Analogous Colors of #ede6ff

#ede6ff #fae6ff #e6ecff

Monochromatic Colors of #ede6ff

#ede6ff

Complementary Color

#ede6ff #f8ffe6

#ede6ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede6ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede6ff Color CSS Codes

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

#ede6ff Text Font Color

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

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


#ede6ff Background Color

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

This div background color is #ede6ff


#ede6ff Border Color

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

This div border color is #ede6ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede6ff

Related Colors

#ede6ff Color Palettes


Comments

No comments written yet.

Please login to write comment.