Color Hex Logo

#fcad01 Color Hex

#FCAD01
(252,173,1)
0 Favorites   0 Comments

Color spaces of #fcad01

RGB 2521731
HSL0.110.990.50
HSV41°100°99°
CMYK 0.000.311.00   0.01
XYZ55.093950.58486.8888
Yxy50.58480.48940.4494
Hunter Lab71.123013.806044.0434
CIE-Lab76.426818.502079.6628

#fcad01 color RGB value is (252,173,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 00000001
Octal 374 255 1
Decimal 252 173 1
Hex FC AD 1

RGB Percentages of Color #fcad01

%59.15
%40.61
%0.23

CMYK Percentages of Color #fcad01

%0
%31
%100
%1

Triadic Colors of #fcad01

#fcad01 #01fcad #ad01fc

Analogous Colors of #fcad01

#fcad01 #cefc01 #fc2f01

Monochromatic Colors of #fcad01

#fcad01

Complementary Color

#fcad01 #0150fc

#fcad01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcad01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcad01 Color CSS Codes

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

#fcad01 Text Font Color

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

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


#fcad01 Background Color

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

This div background color is #fcad01


#fcad01 Border Color

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

This div border color is #fcad01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcad01


Comments

No comments written yet.

Please login to write comment.