Color Hex Logo

#fcad04 Color Hex

#FCAD04
(252,173,4)
0 Favorites   0 Comments

Color spaces of #fcad04

RGB 2521734
HSL0.110.980.50
HSV41°98°99°
CMYK 0.000.310.98   0.01
XYZ55.110450.59146.9753
Yxy50.59140.48910.4490
Hunter Lab71.127613.830243.9749
CIE-Lab76.430818.526279.3375

#fcad04 color RGB value is (252,173,4).

#fcad04 hex color red value is 252, green value is 173 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #fcad04 hue: 0.11 , saturation: 0.98 and the lightness value of fcad04 is 0.50.

The process color (four color CMYK) of #fcad04 color hex is 0.00, 0.31, 0.98, 0.01. Web safe color of #fcad04 is #ff9900. Color #fcad04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 00000100
Octal 374 255 4
Decimal 252 173 4
Hex FC AD 4

RGB Percentages of Color #fcad04

%58.74
%40.33
%0.93

CMYK Percentages of Color #fcad04

%0
%31
%98
%1

Triadic Colors of #fcad04

#fcad04 #04fcad #ad04fc

Analogous Colors of #fcad04

#fcad04 #cffc04 #fc3104

Monochromatic Colors of #fcad04

#fcad04

Complementary Color

#fcad04 #0453fc

#fcad04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcad04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcad04 Color CSS Codes

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

#fcad04 Text Font Color

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

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


#fcad04 Background Color

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

This div background color is #fcad04


#fcad04 Border Color

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

This div border color is #fcad04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcad04


Comments

No comments written yet.

Please login to write comment.