Color Hex Logo

#f9dfef Color Hex

#F9DFEF
(249,223,239)
0 Favorites   0 Comments

Color spaces of #f9dfef

RGB 249223239
HSL0.900.680.93
HSV323°10°98°
CMYK 0.000.100.04   0.02
XYZ81.034679.147192.6673
Yxy79.14710.32050.3130
Hunter Lab88.96476.90090.5177
CIE-Lab91.300811.6082-4.5319

#f9dfef color RGB value is (249,223,239).

#f9dfef hex color red value is 249, green value is 223 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f9dfef hue: 0.90 , saturation: 0.68 and the lightness value of f9dfef is 0.93.

The process color (four color CMYK) of #f9dfef color hex is 0.00, 0.10, 0.04, 0.02. Web safe color of #f9dfef is #ffccff. Color #f9dfef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011111 11101111
Octal 371 337 357
Decimal 249 223 239
Hex F9 DF EF

RGB Percentages of Color #f9dfef

%35.02
%31.36
%33.61

CMYK Percentages of Color #f9dfef

%0
%10
%4
%2

Triadic Colors of #f9dfef

#f9dfef #eff9df #dfeff9

Analogous Colors of #f9dfef

#f9dfef #f9dfe2 #f6dff9

Monochromatic Colors of #f9dfef

#f9dfef

Complementary Color

#f9dfef #dff9e9

#f9dfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9dfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9dfef Color CSS Codes

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

#f9dfef Text Font Color

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

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


#f9dfef Background Color

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

This div background color is #f9dfef


#f9dfef Border Color

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

This div border color is #f9dfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9dfef


Comments

No comments written yet.

Please login to write comment.