Color Hex Logo

#fcf772 Color Hex

#FCF772
(252,247,114)
0 Favorites   0 Comments

Color spaces of #fcf772

RGB 252247114
HSL0.160.960.72
HSV58°55°99°
CMYK 0.000.020.55   0.01
XYZ76.442988.431928.9597
Yxy88.43190.39440.4562
Hunter Lab94.0382-19.465847.5680
CIE-Lab95.3425-14.942563.3500

#fcf772 color RGB value is (252,247,114).

#fcf772 hex color red value is 252, green value is 247 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #fcf772 hue: 0.16 , saturation: 0.96 and the lightness value of fcf772 is 0.72.

The process color (four color CMYK) of #fcf772 color hex is 0.00, 0.02, 0.55, 0.01. Web safe color of #fcf772 is #ffff66. Color #fcf772 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110111 01110010
Octal 374 367 162
Decimal 252 247 114
Hex FC F7 72

RGB Percentages of Color #fcf772

%41.11
%40.29
%18.60

CMYK Percentages of Color #fcf772

%0
%2
%55
%1

Triadic Colors of #fcf772

#fcf772 #72fcf7 #f772fc

Analogous Colors of #fcf772

#fcf772 #bcfc72 #fcb272

Monochromatic Colors of #fcf772

#fcf772

Complementary Color

#fcf772 #7277fc

#fcf772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf772 Color CSS Codes

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

#fcf772 Text Font Color

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

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


#fcf772 Background Color

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

This div background color is #fcf772


#fcf772 Border Color

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

This div border color is #fcf772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf772


Comments

No comments written yet.

Please login to write comment.