Color Hex Logo

#fcfa76 Color Hex

#FCFA76
(252,250,118)
0 Favorites   0 Comments

Color spaces of #fcfa76

RGB 252250118
HSL0.160.960.73
HSV59°53°99°
CMYK 0.000.010.53   0.01
XYZ77.600590.374730.4936
Yxy90.37470.39100.4554
Hunter Lab95.0656-20.658247.5278
CIE-Lab96.1520-16.096262.5137

#fcfa76 color RGB value is (252,250,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111010 01110110
Octal 374 372 166
Decimal 252 250 118
Hex FC FA 76

RGB Percentages of Color #fcfa76

%40.65
%40.32
%19.03

CMYK Percentages of Color #fcfa76

%0
%1
%53
%1

Triadic Colors of #fcfa76

#fcfa76 #76fcfa #fa76fc

Analogous Colors of #fcfa76

#fcfa76 #bbfc76 #fcb776

Monochromatic Colors of #fcfa76

#fcfa76

Complementary Color

#fcfa76 #7678fc

#fcfa76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfa76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfa76 Color CSS Codes

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

#fcfa76 Text Font Color

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

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


#fcfa76 Background Color

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

This div background color is #fcfa76


#fcfa76 Border Color

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

This div border color is #fcfa76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfa76


Comments

No comments written yet.

Please login to write comment.