Color Hex Logo

#ede8ff Color Hex

#EDE8FF
(237,232,255)
3 Favorites   0 Comments

Color spaces of #ede8ff

RGB 237232255
HSL0.701.000.95
HSV253°100°
CMYK 0.070.090.00   0.00
XYZ81.831782.9378106.3033
Yxy82.93780.30190.3060
Hunter Lab91.07021.0195-5.4582
CIE-Lab92.98725.8888-10.4989

#ede8ff color RGB value is (237,232,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101000 11111111
Octal 355 350 377
Decimal 237 232 255
Hex ED E8 FF

RGB Percentages of Color #ede8ff

%32.73
%32.04
%35.22

CMYK Percentages of Color #ede8ff

%7
%9
%0
%0

Triadic Colors of #ede8ff

#ede8ff #ffede8 #e8ffed

Analogous Colors of #ede8ff

#ede8ff #f9e8ff #e8efff

Monochromatic Colors of #ede8ff

#ede8ff

Complementary Color

#ede8ff #faffe8

#ede8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede8ff Color CSS Codes

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

#ede8ff Text Font Color

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

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


#ede8ff Background Color

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

This div background color is #ede8ff


#ede8ff Border Color

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

This div border color is #ede8ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede8ff

Related Colors

#ede8ff Color Palettes


Comments

No comments written yet.

Please login to write comment.