Color Hex Logo

#f9fedb Color Hex

#F9FEDB
(249,254,219)
0 Favorites   0 Comments

Color spaces of #f9fedb

RGB 249254219
HSL0.190.950.93
HSV69°14°100°
CMYK 0.020.000.14   0.00
XYZ87.294996.137880.9734
Yxy96.13780.33020.3636
Hunter Lab98.0499-12.666819.6709
CIE-Lab98.4870-7.459016.1916

#f9fedb color RGB value is (249,254,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11111110 11011011
Octal 371 376 333
Decimal 249 254 219
Hex F9 FE DB

RGB Percentages of Color #f9fedb

%34.49
%35.18
%30.33

CMYK Percentages of Color #f9fedb

%2
%0
%14
%0

Triadic Colors of #f9fedb

#f9fedb #dbf9fe #fedbf9

Analogous Colors of #f9fedb

#f9fedb #e8fedb #fef2db

Monochromatic Colors of #f9fedb

#f9fedb

Complementary Color

#f9fedb #e0dbfe

#f9fedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9fedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9fedb Color CSS Codes

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

#f9fedb Text Font Color

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

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


#f9fedb Background Color

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

This div background color is #f9fedb


#f9fedb Border Color

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

This div border color is #f9fedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9fedb

Related Colors


Comments

No comments written yet.

Please login to write comment.