Color Hex Logo

#f9effd Color Hex

#F9EFFD
(249,239,253)
0 Favorites   0 Comments

Color spaces of #f9effd

RGB 249239253
HSL0.790.780.96
HSV283°99°
CMYK 0.020.060.00   0.01
XYZ87.663088.9646105.4801
Yxy88.96460.31070.3154
Hunter Lab94.32100.8380-0.2798
CIE-Lab95.56565.8151-5.5399

#f9effd color RGB value is (249,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11101111 11111101
Octal 371 357 375
Decimal 249 239 253
Hex F9 EF FD

RGB Percentages of Color #f9effd

%33.60
%32.25
%34.14

CMYK Percentages of Color #f9effd

%2
%6
%0
%1

Triadic Colors of #f9effd

#f9effd #fdf9ef #effdf9

Analogous Colors of #f9effd

#f9effd #fdeffa #f2effd

Monochromatic Colors of #f9effd

#f9effd

Complementary Color

#f9effd #f3fdef

#f9effd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9effd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9effd Color CSS Codes

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

#f9effd Text Font Color

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

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


#f9effd Background Color

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

This div background color is #f9effd


#f9effd Border Color

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

This div border color is #f9effd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,239,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9effd

Related Colors


Comments

No comments written yet.

Please login to write comment.