Color Hex Logo

#fdad22 Color Hex

#FDAD22
(253,173,34)
0 Favorites   0 Comments

Color spaces of #fdad22

RGB 25317334
HSL0.110.980.56
HSV38°87°99°
CMYK 0.000.320.87   0.01
XYZ55.740350.88538.3974
Yxy50.88530.48460.4424
Hunter Lab71.333914.645442.9542
CIE-Lab76.609519.338774.5398

#fdad22 color RGB value is (253,173,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 00100010
Octal 375 255 42
Decimal 253 173 34
Hex FD AD 22

RGB Percentages of Color #fdad22

%55.00
%37.61
%7.39

CMYK Percentages of Color #fdad22

%0
%32
%87
%1

Triadic Colors of #fdad22

#fdad22 #22fdad #ad22fd

Analogous Colors of #fdad22

#fdad22 #e0fd22 #fd4022

Monochromatic Colors of #fdad22

#fdad22

Complementary Color

#fdad22 #2272fd

#fdad22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdad22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdad22 Color CSS Codes

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

#fdad22 Text Font Color

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

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


#fdad22 Background Color

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

This div background color is #fdad22


#fdad22 Border Color

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

This div border color is #fdad22


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,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 #fdad22">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdad22

Related Colors


Comments

No comments written yet.

Please login to write comment.