Color Hex Logo

#fcfa7d Color Hex

#FCFA7D
(252,250,125)
0 Favorites   0 Comments

Color spaces of #fcfa7d

RGB 252250125
HSL0.160.950.74
HSV59°50°99°
CMYK 0.000.010.50   0.01
XYZ78.032290.547332.7667
Yxy90.54730.38760.4497
Hunter Lab95.1563-20.146146.1932
CIE-Lab96.2233-15.538859.4630

#fcfa7d color RGB value is (252,250,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111010 01111101
Octal 374 372 175
Decimal 252 250 125
Hex FC FA 7D

RGB Percentages of Color #fcfa7d

%40.19
%39.87
%19.94

CMYK Percentages of Color #fcfa7d

%0
%1
%50
%1

Triadic Colors of #fcfa7d

#fcfa7d #7dfcfa #fa7dfc

Analogous Colors of #fcfa7d

#fcfa7d #bffc7d #fcbb7d

Monochromatic Colors of #fcfa7d

#fcfa7d

Complementary Color

#fcfa7d #7d7ffc

#fcfa7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfa7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfa7d Color CSS Codes

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

#fcfa7d Text Font Color

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

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


#fcfa7d Background Color

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

This div background color is #fcfa7d


#fcfa7d Border Color

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

This div border color is #fcfa7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfa7d

Related Colors


Comments

No comments written yet.

Please login to write comment.