Color Hex Logo

#fcfa82 Color Hex

#FCFA82
(252,250,130)
0 Favorites   0 Comments

Color spaces of #fcfa82

RGB 252250130
HSL0.160.950.75
HSV59°48°99°
CMYK 0.000.010.48   0.01
XYZ78.359890.678434.4918
Yxy90.67840.38500.4455
Hunter Lab95.2252-19.758445.1820
CIE-Lab96.2775-15.117957.2444

#fcfa82 color RGB value is (252,250,130).

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

The process color (four color CMYK) of #fcfa82 color hex is 0.00, 0.01, 0.48, 0.01. Web safe color of #fcfa82 is #ffff99. Color #fcfa82 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111010 10000010
Octal 374 372 202
Decimal 252 250 130
Hex FC FA 82

RGB Percentages of Color #fcfa82

%39.87
%39.56
%20.57

CMYK Percentages of Color #fcfa82

%0
%1
%48
%1

Triadic Colors of #fcfa82

#fcfa82 #82fcfa #fa82fc

Analogous Colors of #fcfa82

#fcfa82 #c1fc82 #fcbd82

Monochromatic Colors of #fcfa82

#fcfa82

Complementary Color

#fcfa82 #8284fc

#fcfa82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfa82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfa82 Color CSS Codes

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

#fcfa82 Text Font Color

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

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


#fcfa82 Background Color

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

This div background color is #fcfa82


#fcfa82 Border Color

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

This div border color is #fcfa82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfa82

Related Colors


Comments

No comments written yet.

Please login to write comment.