Color Hex Logo

#ede5fb Color Hex

#EDE5FB
(237,229,251)
0 Favorites   0 Comments

Color spaces of #ede5fb

RGB 237229251
HSL0.730.730.94
HSV262°98°
CMYK 0.060.090.00   0.02
XYZ80.357081.0082102.6677
Yxy81.00820.30430.3068
Hunter Lab90.00461.8587-4.6286
CIE-Lab92.13536.6859-9.6795

#ede5fb color RGB value is (237,229,251).

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

The process color (four color CMYK) of #ede5fb color hex is 0.06, 0.09, 0.00, 0.02. Web safe color of #ede5fb is #ffccff. Color #ede5fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100101 11111011
Octal 355 345 373
Decimal 237 229 251
Hex ED E5 FB

RGB Percentages of Color #ede5fb

%33.05
%31.94
%35.01

CMYK Percentages of Color #ede5fb

%6
%9
%0
%2

Triadic Colors of #ede5fb

#ede5fb #fbede5 #e5fbed

Analogous Colors of #ede5fb

#ede5fb #f8e5fb #e5e8fb

Monochromatic Colors of #ede5fb

#ede5fb

Complementary Color

#ede5fb #f3fbe5

#ede5fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede5fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede5fb Color CSS Codes

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

#ede5fb Text Font Color

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

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


#ede5fb Background Color

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

This div background color is #ede5fb


#ede5fb Border Color

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

This div border color is #ede5fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede5fb

Related Colors


Comments

No comments written yet.

Please login to write comment.