Color Hex Logo

#f9daef Color Hex

#F9DAEF
(249,218,239)
0 Favorites   0 Comments

Color spaces of #f9daef

RGB 249218239
HSL0.890.720.92
HSV319°12°98°
CMYK 0.000.120.04   0.02
XYZ79.718376.514592.2285
Yxy76.51450.32080.3080
Hunter Lab87.47269.5993-1.2828
CIE-Lab90.097714.2130-6.3066

#f9daef color RGB value is (249,218,239).

#f9daef hex color red value is 249, green value is 218 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f9daef hue: 0.89 , saturation: 0.72 and the lightness value of f9daef is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011010 11101111
Octal 371 332 357
Decimal 249 218 239
Hex F9 DA EF

RGB Percentages of Color #f9daef

%35.27
%30.88
%33.85

CMYK Percentages of Color #f9daef

%0
%12
%4
%2

Triadic Colors of #f9daef

#f9daef #eff9da #daeff9

Analogous Colors of #f9daef

#f9daef #f9dae0 #f4daf9

Monochromatic Colors of #f9daef

#f9daef

Complementary Color

#f9daef #daf9e4

#f9daef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9daef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9daef Color CSS Codes

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

#f9daef Text Font Color

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

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


#f9daef Background Color

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

This div background color is #f9daef


#f9daef Border Color

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

This div border color is #f9daef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9daef


Comments

No comments written yet.

Please login to write comment.