Color Hex Logo

#fcad35 Color Hex

#FCAD35
(252,173,53)
0 Favorites   0 Comments

Color spaces of #fcad35

RGB 25217353
HSL0.100.970.60
HSV36°79°99°
CMYK 0.000.310.79   0.01
XYZ55.731150.839610.2438
Yxy50.83960.47710.4352
Hunter Lab71.301914.741141.3932
CIE-Lab76.581719.435268.6609

#fcad35 color RGB value is (252,173,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 00110101
Octal 374 255 65
Decimal 252 173 53
Hex FC AD 35

RGB Percentages of Color #fcad35

%52.72
%36.19
%11.09

CMYK Percentages of Color #fcad35

%0
%31
%79
%1

Triadic Colors of #fcad35

#fcad35 #35fcad #ad35fc

Analogous Colors of #fcad35

#fcad35 #e8fc35 #fc4a35

Monochromatic Colors of #fcad35

#fcad35

Complementary Color

#fcad35 #3584fc

#fcad35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcad35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcad35 Color CSS Codes

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

#fcad35 Text Font Color

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

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


#fcad35 Background Color

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

This div background color is #fcad35


#fcad35 Border Color

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

This div border color is #fcad35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcad35

Related Colors


Comments

No comments written yet.

Please login to write comment.