Color Hex Logo

#fffc5d Color Hex

#FFFC5D
(255,252,93)
0 Favorites   0 Comments

Color spaces of #fffc5d

RGB 25525293
HSL0.161.000.68
HSV59°64°100°
CMYK 0.000.010.64   0.00
XYZ78.026291.671123.9378
Yxy91.67110.40300.4734
Hunter Lab95.7450-22.087552.1981
CIE-Lab96.6857-17.543773.5771

#fffc5d color RGB value is (255,252,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111100 01011101
Octal 377 374 135
Decimal 255 252 93
Hex FF FC 5D

RGB Percentages of Color #fffc5d

%42.50
%42.00
%15.50

CMYK Percentages of Color #fffc5d

%0
%1
%64
%0

Triadic Colors of #fffc5d

#fffc5d #5dfffc #fc5dff

Analogous Colors of #fffc5d

#fffc5d #b1ff5d #ffab5d

Monochromatic Colors of #fffc5d

#fffc5d

Complementary Color

#fffc5d #5d60ff

#fffc5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffc5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffc5d Color CSS Codes

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

#fffc5d Text Font Color

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

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


#fffc5d Background Color

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

This div background color is #fffc5d


#fffc5d Border Color

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

This div border color is #fffc5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffc5d

Related Colors


Comments

No comments written yet.

Please login to write comment.