Color Hex Logo

#fcad52 Color Hex

#FCAD52
(252,173,82)
0 Favorites   0 Comments

Color spaces of #fcad52

RGB 25217382
HSL0.090.970.65
HSV32°67°99°
CMYK 0.000.310.67   0.01
XYZ56.611451.191814.8799
Yxy51.19180.46140.4173
Hunter Lab71.548416.025137.7534
CIE-Lab76.795020.707856.9742

#fcad52 color RGB value is (252,173,82).

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

The process color (four color CMYK) of #fcad52 color hex is 0.00, 0.31, 0.67, 0.01. Web safe color of #fcad52 is #ff9966. Color #fcad52 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 01010010
Octal 374 255 122
Decimal 252 173 82
Hex FC AD 52

RGB Percentages of Color #fcad52

%49.70
%34.12
%16.17

CMYK Percentages of Color #fcad52

%0
%31
%67
%1

Triadic Colors of #fcad52

#fcad52 #52fcad #ad52fc

Analogous Colors of #fcad52

#fcad52 #f6fc52 #fc5852

Monochromatic Colors of #fcad52

#fcad52

Complementary Color

#fcad52 #52a1fc

#fcad52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcad52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcad52 Color CSS Codes

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

#fcad52 Text Font Color

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

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


#fcad52 Background Color

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

This div background color is #fcad52


#fcad52 Border Color

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

This div border color is #fcad52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcad52


Comments

No comments written yet.

Please login to write comment.