Color Hex Logo

#f7fcaf Color Hex

#F7FCAF
(247,252,175)
0 Favorites   0 Comments

Color spaces of #f7fcaf

RGB 247252175
HSL0.180.930.84
HSV64°31°99°
CMYK 0.020.000.31   0.01
XYZ80.906092.490154.1456
Yxy92.49010.35560.4065
Hunter Lab96.1718-18.134733.9394
CIE-Lab97.0203-13.295636.4106

#f7fcaf color RGB value is (247,252,175).

#f7fcaf hex color red value is 247, green value is 252 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f7fcaf hue: 0.18 , saturation: 0.93 and the lightness value of f7fcaf is 0.84.

The process color (four color CMYK) of #f7fcaf color hex is 0.02, 0.00, 0.31, 0.01. Web safe color of #f7fcaf is #ffff99. Color #f7fcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 11111100 10101111
Octal 367 374 257
Decimal 247 252 175
Hex F7 FC AF

RGB Percentages of Color #f7fcaf

%36.65
%37.39
%25.96

CMYK Percentages of Color #f7fcaf

%2
%0
%31
%1

Triadic Colors of #f7fcaf

#f7fcaf #aff7fc #fcaff7

Analogous Colors of #f7fcaf

#f7fcaf #d1fcaf #fcdbaf

Monochromatic Colors of #f7fcaf

#f7fcaf

Complementary Color

#f7fcaf #b4affc

#f7fcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7fcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7fcaf Color CSS Codes

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

#f7fcaf Text Font Color

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

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


#f7fcaf Background Color

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

This div background color is #f7fcaf


#f7fcaf Border Color

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

This div border color is #f7fcaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,252,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f7fcaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f7fcaf;
  -webkit-box-shadow: 1px 1px 3px 2px #f7fcaf;
  box-shadow:         1px 1px 3px 2px #f7fcaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,252,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7fcaf


Comments

No comments written yet.

Please login to write comment.