Color Hex Logo

#f0cfac Color Hex

#F0CFAC
(240,207,172)
0 Favorites   0 Comments

Color spaces of #f0cfac

RGB 240207172
HSL0.090.690.81
HSV31°28°94°
CMYK 0.000.140.28   0.06
XYZ65.694466.129548.3315
Yxy66.12950.36470.3671
Hunter Lab81.32001.891121.6858
CIE-Lab85.06246.465221.6811

#f0cfac color RGB value is (240,207,172).

#f0cfac hex color red value is 240, green value is 207 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f0cfac hue: 0.09 , saturation: 0.69 and the lightness value of f0cfac is 0.81.

The process color (four color CMYK) of #f0cfac color hex is 0.00, 0.14, 0.28, 0.06. Web safe color of #f0cfac is #ffcc99. Color #f0cfac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001111 10101100
Octal 360 317 254
Decimal 240 207 172
Hex F0 CF AC

RGB Percentages of Color #f0cfac

%38.77
%33.44
%27.79

CMYK Percentages of Color #f0cfac

%0
%14
%28
%6

Triadic Colors of #f0cfac

#f0cfac #acf0cf #cfacf0

Analogous Colors of #f0cfac

#f0cfac #eff0ac #f0adac

Monochromatic Colors of #f0cfac

#f0cfac

Complementary Color

#f0cfac #accdf0

#f0cfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0cfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0cfac Color CSS Codes

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

#f0cfac Text Font Color

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

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


#f0cfac Background Color

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

This div background color is #f0cfac


#f0cfac Border Color

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

This div border color is #f0cfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0cfac


Comments

No comments written yet.

Please login to write comment.