Color Hex Logo

#f9ffdd Color Hex

#F9FFDD
(249,255,221)
0 Favorites   0 Comments

Color spaces of #f9ffdd

RGB 249255221
HSL0.201.000.93
HSV71°13°100°
CMYK 0.020.000.13   0.00
XYZ87.878196.880282.4747
Yxy96.88020.32880.3625
Hunter Lab98.4277-12.880519.2191
CIE-Lab98.7809-7.646115.5854

#f9ffdd color RGB value is (249,255,221).

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

The process color (four color CMYK) of #f9ffdd color hex is 0.02, 0.00, 0.13, 0.00. Web safe color of #f9ffdd is #ffffcc. Color #f9ffdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11111111 11011101
Octal 371 377 335
Decimal 249 255 221
Hex F9 FF DD

RGB Percentages of Color #f9ffdd

%34.34
%35.17
%30.48

CMYK Percentages of Color #f9ffdd

%2
%0
%13
%0

Triadic Colors of #f9ffdd

#f9ffdd #ddf9ff #ffddf9

Analogous Colors of #f9ffdd

#f9ffdd #e8ffdd #fff4dd

Monochromatic Colors of #f9ffdd

#f9ffdd

Complementary Color

#f9ffdd #e3ddff

#f9ffdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9ffdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9ffdd Color CSS Codes

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

#f9ffdd Text Font Color

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

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


#f9ffdd Background Color

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

This div background color is #f9ffdd


#f9ffdd Border Color

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

This div border color is #f9ffdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9ffdd

Related Colors


Comments

No comments written yet.

Please login to write comment.