Color Hex Logo

#fcf57e Color Hex

#FCF57E
(252,245,126)
0 Favorites   0 Comments

Color spaces of #fcf57e

RGB 252245126
HSL0.160.950.74
HSV57°50°99°
CMYK 0.000.030.50   0.01
XYZ76.563287.506632.5938
Yxy87.50660.38930.4450
Hunter Lab93.5450-17.607844.8231
CIE-Lab94.9528-13.018957.5085

#fcf57e color RGB value is (252,245,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110101 01111110
Octal 374 365 176
Decimal 252 245 126
Hex FC F5 7E

RGB Percentages of Color #fcf57e

%40.45
%39.33
%20.22

CMYK Percentages of Color #fcf57e

%0
%3
%50
%1

Triadic Colors of #fcf57e

#fcf57e #7efcf5 #f57efc

Analogous Colors of #fcf57e

#fcf57e #c4fc7e #fcb67e

Monochromatic Colors of #fcf57e

#fcf57e

Complementary Color

#fcf57e #7e85fc

#fcf57e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf57e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf57e Color CSS Codes

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

#fcf57e Text Font Color

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

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


#fcf57e Background Color

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

This div background color is #fcf57e


#fcf57e Border Color

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

This div border color is #fcf57e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf57e


Comments

No comments written yet.

Please login to write comment.