Color Hex Logo

#fffc5c Color Hex

#FFFC5C
(255,252,92)
0 Favorites   0 Comments

Color spaces of #fffc5c

RGB 25525292
HSL0.161.000.68
HSV59°64°100°
CMYK 0.000.010.64   0.00
XYZ77.982291.653523.7060
Yxy91.65350.40330.4740
Hunter Lab95.7358-22.139552.3338
CIE-Lab96.6785-17.600773.9556

#fffc5c color RGB value is (255,252,92).

#fffc5c hex color red value is 255, green value is 252 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #fffc5c hue: 0.16 , saturation: 1.00 and the lightness value of fffc5c is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111100 01011100
Octal 377 374 134
Decimal 255 252 92
Hex FF FC 5C

RGB Percentages of Color #fffc5c

%42.57
%42.07
%15.36

CMYK Percentages of Color #fffc5c

%0
%1
%64
%0

Triadic Colors of #fffc5c

#fffc5c #5cfffc #fc5cff

Analogous Colors of #fffc5c

#fffc5c #b1ff5c #ffab5c

Monochromatic Colors of #fffc5c

#fffc5c

Complementary Color

#fffc5c #5c5fff

#fffc5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffc5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffc5c Color CSS Codes

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

#fffc5c Text Font Color

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

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


#fffc5c Background Color

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

This div background color is #fffc5c


#fffc5c Border Color

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

This div border color is #fffc5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffc5c

Related Colors


Comments

No comments written yet.

Please login to write comment.