Color Hex Logo

#f9fedc Color Hex

#F9FEDC
(249,254,220)
1 Favorites   0 Comments

Color spaces of #f9fedc

RGB 249254220
HSL0.190.940.93
HSV69°13°100°
CMYK 0.020.000.13   0.00
XYZ87.427096.190781.6689
Yxy96.19070.32960.3626
Hunter Lab98.0769-12.517319.2828
CIE-Lab98.5080-7.304515.7105

#f9fedc color RGB value is (249,254,220).

#f9fedc hex color red value is 249, green value is 254 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f9fedc hue: 0.19 , saturation: 0.94 and the lightness value of f9fedc is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11111110 11011100
Octal 371 376 334
Decimal 249 254 220
Hex F9 FE DC

RGB Percentages of Color #f9fedc

%34.44
%35.13
%30.43

CMYK Percentages of Color #f9fedc

%2
%0
%13
%0

Triadic Colors of #f9fedc

#f9fedc #dcf9fe #fedcf9

Analogous Colors of #f9fedc

#f9fedc #e8fedc #fef2dc

Monochromatic Colors of #f9fedc

#f9fedc

Complementary Color

#f9fedc #e1dcfe

#f9fedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9fedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9fedc Color CSS Codes

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

#f9fedc Text Font Color

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

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


#f9fedc Background Color

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

This div background color is #f9fedc


#f9fedc Border Color

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

This div border color is #f9fedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9fedc

Related Colors

#f9fedc Color Palettes


Comments

No comments written yet.

Please login to write comment.