Color Hex Logo

#fff0cf Color Hex

#FFF0CF
(255,240,207)
1 Favorites   0 Comments

Color spaces of #fff0cf

RGB 255240207
HSL0.111.000.91
HSV41°19°100°
CMYK 0.000.060.19   0.00
XYZ83.662688.085271.6241
Yxy88.08520.34380.3619
Hunter Lab93.8537-5.126420.4507
CIE-Lab95.1968-0.114017.7799

#fff0cf color RGB value is (255,240,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110000 11001111
Octal 377 360 317
Decimal 255 240 207
Hex FF F0 CF

RGB Percentages of Color #fff0cf

%36.32
%34.19
%29.49

CMYK Percentages of Color #fff0cf

%0
%6
%19
%0

Triadic Colors of #fff0cf

#fff0cf #cffff0 #f0cfff

Analogous Colors of #fff0cf

#fff0cf #f6ffcf #ffd8cf

Monochromatic Colors of #fff0cf

#fff0cf

Complementary Color

#fff0cf #cfdeff

#fff0cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff0cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff0cf Color CSS Codes

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

#fff0cf Text Font Color

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

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


#fff0cf Background Color

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

This div background color is #fff0cf


#fff0cf Border Color

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

This div border color is #fff0cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff0cf

Related Colors

#fff0cf Color Palettes


Comments

No comments written yet.

Please login to write comment.