Color Hex Logo

#fff9cf Color Hex

#FFF9CF
(255,249,207)
0 Favorites   0 Comments

Color spaces of #fff9cf

RGB 255249207
HSL0.151.000.91
HSV53°19°100°
CMYK 0.000.020.19   0.00
XYZ86.378293.516472.5293
Yxy93.51640.34220.3705
Hunter Lab96.7039-9.791323.2244
CIE-Lab97.4368-4.639620.9122

#fff9cf color RGB value is (255,249,207).

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

The process color (four color CMYK) of #fff9cf color hex is 0.00, 0.02, 0.19, 0.00. Web safe color of #fff9cf is #ffffcc. Color #fff9cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111001 11001111
Octal 377 371 317
Decimal 255 249 207
Hex FF F9 CF

RGB Percentages of Color #fff9cf

%35.86
%35.02
%29.11

CMYK Percentages of Color #fff9cf

%0
%2
%19
%0

Triadic Colors of #fff9cf

#fff9cf #cffff9 #f9cfff

Analogous Colors of #fff9cf

#fff9cf #edffcf #ffe1cf

Monochromatic Colors of #fff9cf

#fff9cf

Complementary Color

#fff9cf #cfd5ff

#fff9cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff9cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff9cf Color CSS Codes

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

#fff9cf Text Font Color

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

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


#fff9cf Background Color

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

This div background color is #fff9cf


#fff9cf Border Color

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

This div border color is #fff9cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff9cf

Related Colors


Comments

No comments written yet.

Please login to write comment.