Color Hex Logo

#fcad22 Color Hex

#FCAD22
(252,173,34)
0 Favorites   0 Comments

Color spaces of #fcad22

RGB 25217334
HSL0.110.970.56
HSV38°87°99°
CMYK 0.000.310.87   0.01
XYZ55.377250.69818.3804
Yxy50.69810.48380.4429
Hunter Lab71.202614.222342.8635
CIE-Lab76.495818.918174.4012

#fcad22 color RGB value is (252,173,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 00100010
Octal 374 255 42
Decimal 252 173 34
Hex FC AD 22

RGB Percentages of Color #fcad22

%54.90
%37.69
%7.41

CMYK Percentages of Color #fcad22

%0
%31
%87
%1

Triadic Colors of #fcad22

#fcad22 #22fcad #ad22fc

Analogous Colors of #fcad22

#fcad22 #defc22 #fc4022

Monochromatic Colors of #fcad22

#fcad22

Complementary Color

#fcad22 #2271fc

#fcad22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcad22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcad22 Color CSS Codes

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

#fcad22 Text Font Color

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

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


#fcad22 Background Color

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

This div background color is #fcad22


#fcad22 Border Color

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

This div border color is #fcad22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcad22


Comments

No comments written yet.

Please login to write comment.