Color Hex Logo

#ede1ff Color Hex

#EDE1FF
(237,225,255)
0 Favorites   0 Comments

Color spaces of #ede1ff

RGB 237225255
HSL0.731.000.94
HSV264°12°100°
CMYK 0.070.120.00   0.00
XYZ79.900379.0750105.6595
Yxy79.07500.30190.2988
Hunter Lab88.92414.7690-8.2014
CIE-Lab91.26829.5262-13.0613

#ede1ff color RGB value is (237,225,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100001 11111111
Octal 355 341 377
Decimal 237 225 255
Hex ED E1 FF

RGB Percentages of Color #ede1ff

%33.05
%31.38
%35.56

CMYK Percentages of Color #ede1ff

%7
%12
%0
%0

Triadic Colors of #ede1ff

#ede1ff #ffede1 #e1ffed

Analogous Colors of #ede1ff

#ede1ff #fce1ff #e1e4ff

Monochromatic Colors of #ede1ff

#ede1ff

Complementary Color

#ede1ff #f3ffe1

#ede1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede1ff Color CSS Codes

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

#ede1ff Text Font Color

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

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


#ede1ff Background Color

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

This div background color is #ede1ff


#ede1ff Border Color

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

This div border color is #ede1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede1ff

Related Colors


Comments

No comments written yet.

Please login to write comment.