Color Hex Logo

#fcad07 Color Hex

#FCAD07
(252,173,7)
0 Favorites   0 Comments

Color spaces of #fcad07

RGB 2521737
HSL0.110.980.51
HSV41°97°99°
CMYK 0.000.310.97   0.01
XYZ55.126850.59797.0619
Yxy50.59790.48880.4486
Hunter Lab71.132213.854543.9063
CIE-Lab76.434818.550579.0146

#fcad07 color RGB value is (252,173,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 00000111
Octal 374 255 7
Decimal 252 173 7
Hex FC AD 7

RGB Percentages of Color #fcad07

%58.33
%40.05
%1.62

CMYK Percentages of Color #fcad07

%0
%31
%97
%1

Triadic Colors of #fcad07

#fcad07 #07fcad #ad07fc

Analogous Colors of #fcad07

#fcad07 #d1fc07 #fc3307

Monochromatic Colors of #fcad07

#fcad07

Complementary Color

#fcad07 #0756fc

#fcad07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcad07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcad07 Color CSS Codes

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

#fcad07 Text Font Color

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

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


#fcad07 Background Color

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

This div background color is #fcad07


#fcad07 Border Color

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

This div border color is #fcad07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcad07


Comments

No comments written yet.

Please login to write comment.