Color Hex Logo

#fcad32 Color Hex

#FCAD32
(252,173,50)
0 Favorites   0 Comments

Color spaces of #fcad32

RGB 25217350
HSL0.100.970.59
HSV37°80°99°
CMYK 0.000.310.80   0.01
XYZ55.664250.81299.8917
Yxy50.81290.47830.4367
Hunter Lab71.283214.643041.6708
CIE-Lab76.565519.337669.6873

#fcad32 color RGB value is (252,173,50).

#fcad32 hex color red value is 252, green value is 173 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #fcad32 hue: 0.10 , saturation: 0.97 and the lightness value of fcad32 is 0.59.

The process color (four color CMYK) of #fcad32 color hex is 0.00, 0.31, 0.80, 0.01. Web safe color of #fcad32 is #ff9933. Color #fcad32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 00110010
Octal 374 255 62
Decimal 252 173 50
Hex FC AD 32

RGB Percentages of Color #fcad32

%53.05
%36.42
%10.53

CMYK Percentages of Color #fcad32

%0
%31
%80
%1

Triadic Colors of #fcad32

#fcad32 #32fcad #ad32fc

Analogous Colors of #fcad32

#fcad32 #e6fc32 #fc4832

Monochromatic Colors of #fcad32

#fcad32

Complementary Color

#fcad32 #3281fc

#fcad32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcad32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcad32 Color CSS Codes

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

#fcad32 Text Font Color

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

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


#fcad32 Background Color

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

This div background color is #fcad32


#fcad32 Border Color

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

This div border color is #fcad32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcad32

Related Colors


Comments

No comments written yet.

Please login to write comment.