Color Hex Logo

#f0facf Color Hex

#F0FACF
(240,250,207)
0 Favorites   0 Comments

Color spaces of #f0facf

RGB 240250207
HSL0.210.810.90
HSV74°17°98°
CMYK 0.040.000.17   0.02
XYZ81.383391.401572.3844
Yxy91.40150.33190.3728
Hunter Lab95.6041-15.358622.0329
CIE-Lab96.5751-10.446819.5430

#f0facf color RGB value is (240,250,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11111010 11001111
Octal 360 372 317
Decimal 240 250 207
Hex F0 FA CF

RGB Percentages of Color #f0facf

%34.43
%35.87
%29.70

CMYK Percentages of Color #f0facf

%4
%0
%17
%2

Triadic Colors of #f0facf

#f0facf #cff0fa #facff0

Analogous Colors of #f0facf

#f0facf #dbfacf #faefcf

Monochromatic Colors of #f0facf

#f0facf

Complementary Color

#f0facf #d9cffa

#f0facf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0facf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0facf Color CSS Codes

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

#f0facf Text Font Color

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

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


#f0facf Background Color

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

This div background color is #f0facf


#f0facf Border Color

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

This div border color is #f0facf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0facf


Comments

No comments written yet.

Please login to write comment.