Color Hex Logo

#f9edff Color Hex

#F9EDFF
(249,237,255)
1 Favorites   0 Comments

Color spaces of #f9edff

RGB 249237255
HSL0.781.000.96
HSV280°100°
CMYK 0.020.070.00   0.00
XYZ87.401187.9281106.9730
Yxy87.92810.30960.3115
Hunter Lab93.77002.2788-1.9992
CIE-Lab95.13077.2048-7.2191

#f9edff color RGB value is (249,237,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11101101 11111111
Octal 371 355 377
Decimal 249 237 255
Hex F9 ED FF

RGB Percentages of Color #f9edff

%33.60
%31.98
%34.41

CMYK Percentages of Color #f9edff

%2
%7
%0
%0

Triadic Colors of #f9edff

#f9edff #fff9ed #edfff9

Analogous Colors of #f9edff

#f9edff #ffedfc #f0edff

Monochromatic Colors of #f9edff

#f9edff

Complementary Color

#f9edff #f3ffed

#f9edff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9edff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9edff Color CSS Codes

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

#f9edff Text Font Color

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

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


#f9edff Background Color

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

This div background color is #f9edff


#f9edff Border Color

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

This div border color is #f9edff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9edff

Related Colors

#f9edff Color Palettes


Comments

No comments written yet.

Please login to write comment.