Color Hex Logo

#fdad24 Color Hex

#FDAD24
(253,173,36)
0 Favorites   0 Comments

Color spaces of #fdad24

RGB 25317336
HSL0.110.980.57
HSV38°86°99°
CMYK 0.000.320.86   0.01
XYZ55.770050.89728.5538
Yxy50.89720.48400.4417
Hunter Lab71.342314.688842.8308
CIE-Lab76.616719.381974.0269

#fdad24 color RGB value is (253,173,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 00100100
Octal 375 255 44
Decimal 253 173 36
Hex FD AD 24

RGB Percentages of Color #fdad24

%54.76
%37.45
%7.79

CMYK Percentages of Color #fdad24

%0
%32
%86
%1

Triadic Colors of #fdad24

#fdad24 #24fdad #ad24fd

Analogous Colors of #fdad24

#fdad24 #e1fd24 #fd4124

Monochromatic Colors of #fdad24

#fdad24

Complementary Color

#fdad24 #2474fd

#fdad24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdad24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdad24 Color CSS Codes

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

#fdad24 Text Font Color

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

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


#fdad24 Background Color

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

This div background color is #fdad24


#fdad24 Border Color

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

This div border color is #fdad24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdad24

Related Colors


Comments

No comments written yet.

Please login to write comment.