Color Hex Logo

#fcf370 Color Hex

#FCF370
(252,243,112)
0 Favorites   0 Comments

Color spaces of #fcf370

RGB 252243112
HSL0.160.960.71
HSV56°56°99°
CMYK 0.000.040.56   0.01
XYZ75.120185.966527.9632
Yxy85.96650.39740.4547
Hunter Lab92.7181-17.636247.0212
CIE-Lab94.2980-13.138163.0417

#fcf370 color RGB value is (252,243,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110011 01110000
Octal 374 363 160
Decimal 252 243 112
Hex FC F3 70

RGB Percentages of Color #fcf370

%41.52
%40.03
%18.45

CMYK Percentages of Color #fcf370

%0
%4
%56
%1

Triadic Colors of #fcf370

#fcf370 #70fcf3 #f370fc

Analogous Colors of #fcf370

#fcf370 #bffc70 #fcad70

Monochromatic Colors of #fcf370

#fcf370

Complementary Color

#fcf370 #7079fc

#fcf370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf370 Color CSS Codes

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

#fcf370 Text Font Color

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

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


#fcf370 Background Color

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

This div background color is #fcf370


#fcf370 Border Color

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

This div border color is #fcf370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf370


Comments

No comments written yet.

Please login to write comment.