Color Hex Logo

#ede1fa Color Hex

#EDE1FA
(237,225,250)
0 Favorites   0 Comments

Color spaces of #ede1fa

RGB 237225250
HSL0.750.710.93
HSV269°10°98°
CMYK 0.050.100.00   0.02
XYZ79.105678.7571101.4748
Yxy78.75710.30500.3037
Hunter Lab88.74523.8070-5.6729
CIE-Lab91.12438.5769-10.6602

#ede1fa color RGB value is (237,225,250).

#ede1fa hex color red value is 237, green value is 225 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ede1fa hue: 0.75 , saturation: 0.71 and the lightness value of ede1fa is 0.93.

The process color (four color CMYK) of #ede1fa color hex is 0.05, 0.10, 0.00, 0.02. Web safe color of #ede1fa is #ffccff. Color #ede1fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100001 11111010
Octal 355 341 372
Decimal 237 225 250
Hex ED E1 FA

RGB Percentages of Color #ede1fa

%33.29
%31.60
%35.11

CMYK Percentages of Color #ede1fa

%5
%10
%0
%2

Triadic Colors of #ede1fa

#ede1fa #faede1 #e1faed

Analogous Colors of #ede1fa

#ede1fa #fae1fa #e1e2fa

Monochromatic Colors of #ede1fa

#ede1fa

Complementary Color

#ede1fa #eefae1

#ede1fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede1fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede1fa Color CSS Codes

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

#ede1fa Text Font Color

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

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


#ede1fa Background Color

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

This div background color is #ede1fa


#ede1fa Border Color

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

This div border color is #ede1fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede1fa

Related Colors


Comments

No comments written yet.

Please login to write comment.