Color Hex Logo

#fcfa84 Color Hex

#FCFA84
(252,250,132)
0 Favorites   0 Comments

Color spaces of #fcfa84

RGB 252250132
HSL0.160.950.75
HSV59°48°99°
CMYK 0.000.010.48   0.01
XYZ78.495390.732635.2058
Yxy90.73260.38400.4438
Hunter Lab95.2537-19.598144.7639
CIE-Lab96.2998-14.944256.3486

#fcfa84 color RGB value is (252,250,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111010 10000100
Octal 374 372 204
Decimal 252 250 132
Hex FC FA 84

RGB Percentages of Color #fcfa84

%39.75
%39.43
%20.82

CMYK Percentages of Color #fcfa84

%0
%1
%48
%1

Triadic Colors of #fcfa84

#fcfa84 #84fcfa #fa84fc

Analogous Colors of #fcfa84

#fcfa84 #c2fc84 #fcbe84

Monochromatic Colors of #fcfa84

#fcfa84

Complementary Color

#fcfa84 #8486fc

#fcfa84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfa84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfa84 Color CSS Codes

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

#fcfa84 Text Font Color

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

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


#fcfa84 Background Color

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

This div background color is #fcfa84


#fcfa84 Border Color

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

This div border color is #fcfa84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfa84

Related Colors


Comments

No comments written yet.

Please login to write comment.