Color Hex Logo

#fffc53 Color Hex

#FFFC53
(255,252,83)
0 Favorites   0 Comments

Color spaces of #fffc53

RGB 25525283
HSL0.161.000.66
HSV59°67°100°
CMYK 0.000.010.67   0.00
XYZ77.611791.505321.7553
Yxy91.50530.40660.4794
Hunter Lab95.6584-22.577653.4767
CIE-Lab96.6177-18.081277.2459

#fffc53 color RGB value is (255,252,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111100 01010011
Octal 377 374 123
Decimal 255 252 83
Hex FF FC 53

RGB Percentages of Color #fffc53

%43.22
%42.71
%14.07

CMYK Percentages of Color #fffc53

%0
%1
%67
%0

Triadic Colors of #fffc53

#fffc53 #53fffc #fc53ff

Analogous Colors of #fffc53

#fffc53 #acff53 #ffa653

Monochromatic Colors of #fffc53

#fffc53

Complementary Color

#fffc53 #5356ff

#fffc53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffc53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffc53 Color CSS Codes

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

#fffc53 Text Font Color

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

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


#fffc53 Background Color

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

This div background color is #fffc53


#fffc53 Border Color

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

This div border color is #fffc53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffc53

Related Colors


Comments

No comments written yet.

Please login to write comment.