Color Hex Logo

#fdad0d Color Hex

#FDAD0D
(253,173,13)
0 Favorites   0 Comments

Color spaces of #fdad0d

RGB 25317313
HSL0.110.980.52
HSV40°95°99°
CMYK 0.000.320.95   0.01
XYZ55.524250.79887.2595
Yxy50.79880.48880.4472
Hunter Lab71.273314.329143.8523
CIE-Lab76.557019.023578.4826

#fdad0d color RGB value is (253,173,13).

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

The process color (four color CMYK) of #fdad0d color hex is 0.00, 0.32, 0.95, 0.01. Web safe color of #fdad0d is #ff9900. Color #fdad0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 00001101
Octal 375 255 15
Decimal 253 173 13
Hex FD AD D

RGB Percentages of Color #fdad0d

%57.63
%39.41
%2.96

CMYK Percentages of Color #fdad0d

%0
%32
%95
%1

Triadic Colors of #fdad0d

#fdad0d #0dfdad #ad0dfd

Analogous Colors of #fdad0d

#fdad0d #d5fd0d #fd350d

Monochromatic Colors of #fdad0d

#fdad0d

Complementary Color

#fdad0d #0d5dfd

#fdad0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdad0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdad0d Color CSS Codes

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

#fdad0d Text Font Color

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

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


#fdad0d Background Color

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

This div background color is #fdad0d


#fdad0d Border Color

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

This div border color is #fdad0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdad0d

Related Colors


Comments

No comments written yet.

Please login to write comment.