Color Hex Logo

#fcf770 Color Hex

#FCF770
(252,247,112)
0 Favorites   0 Comments

Color spaces of #fcf770

RGB 252247112
HSL0.160.960.71
HSV58°56°99°
CMYK 0.000.020.56   0.01
XYZ76.330388.386828.3666
Yxy88.38680.39530.4578
Hunter Lab94.0143-19.600647.9206
CIE-Lab95.3236-15.089364.2015

#fcf770 color RGB value is (252,247,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110111 01110000
Octal 374 367 160
Decimal 252 247 112
Hex FC F7 70

RGB Percentages of Color #fcf770

%41.24
%40.43
%18.33

CMYK Percentages of Color #fcf770

%0
%2
%56
%1

Triadic Colors of #fcf770

#fcf770 #70fcf7 #f770fc

Analogous Colors of #fcf770

#fcf770 #bbfc70 #fcb170

Monochromatic Colors of #fcf770

#fcf770

Complementary Color

#fcf770 #7075fc

#fcf770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf770 Color CSS Codes

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

#fcf770 Text Font Color

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

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


#fcf770 Background Color

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

This div background color is #fcf770


#fcf770 Border Color

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

This div border color is #fcf770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf770

Related Colors


Comments

No comments written yet.

Please login to write comment.