Color Hex Logo

#ede4fb Color Hex

#EDE4FB
(237,228,251)
0 Favorites   0 Comments

Color spaces of #ede4fb

RGB 237228251
HSL0.730.740.94
HSV263°98°
CMYK 0.060.090.00   0.02
XYZ80.081080.4564102.5757
Yxy80.45640.30440.3058
Hunter Lab89.69752.3924-5.0142
CIE-Lab91.88937.2047-10.0452

#ede4fb color RGB value is (237,228,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 11111011
Octal 355 344 373
Decimal 237 228 251
Hex ED E4 FB

RGB Percentages of Color #ede4fb

%33.10
%31.84
%35.06

CMYK Percentages of Color #ede4fb

%6
%9
%0
%2

Triadic Colors of #ede4fb

#ede4fb #fbede4 #e4fbed

Analogous Colors of #ede4fb

#ede4fb #f9e4fb #e4e7fb

Monochromatic Colors of #ede4fb

#ede4fb

Complementary Color

#ede4fb #f2fbe4

#ede4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede4fb Color CSS Codes

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

#ede4fb Text Font Color

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

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


#ede4fb Background Color

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

This div background color is #ede4fb


#ede4fb Border Color

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

This div border color is #ede4fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede4fb

#ede4fb Color Palettes


Comments

No comments written yet.

Please login to write comment.