Color Hex Logo

#fcfc53 Color Hex

#FCFC53
(252,252,83)
0 Favorites   0 Comments

Color spaces of #fcfc53

RGB 25225283
HSL0.170.970.66
HSV60°67°99°
CMYK 0.000.000.67   0.01
XYZ76.516690.940821.7041
Yxy90.94080.40450.4808
Hunter Lab95.3629-23.661553.2599
CIE-Lab96.3857-19.289576.9376

#fcfc53 color RGB value is (252,252,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111100 01010011
Octal 374 374 123
Decimal 252 252 83
Hex FC FC 53

RGB Percentages of Color #fcfc53

%42.93
%42.93
%14.14

CMYK Percentages of Color #fcfc53

%0
%0
%67
%1

Triadic Colors of #fcfc53

#fcfc53 #53fcfc #fc53fc

Analogous Colors of #fcfc53

#fcfc53 #a8fc53 #fca853

Monochromatic Colors of #fcfc53

#fcfc53

Complementary Color

#fcfc53 #5353fc

#fcfc53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfc53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfc53 Color CSS Codes

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

#fcfc53 Text Font Color

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

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


#fcfc53 Background Color

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

This div background color is #fcfc53


#fcfc53 Border Color

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

This div border color is #fcfc53


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,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 #fcfc53">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfc53

Related Colors


Comments

No comments written yet.

Please login to write comment.