Color Hex Logo

#fdad54 Color Hex

#FDAD54
(253,173,84)
0 Favorites   0 Comments

Color spaces of #fdad54

RGB 25317384
HSL0.090.980.66
HSV32°67°99°
CMYK 0.000.320.67   0.01
XYZ57.051851.409915.3036
Yxy51.40990.46100.4154
Hunter Lab71.700716.555137.5358
CIE-Lab76.926621.228656.2324

#fdad54 color RGB value is (253,173,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 01010100
Octal 375 255 124
Decimal 253 173 84
Hex FD AD 54

RGB Percentages of Color #fdad54

%49.61
%33.92
%16.47

CMYK Percentages of Color #fdad54

%0
%32
%67
%1

Triadic Colors of #fdad54

#fdad54 #54fdad #ad54fd

Analogous Colors of #fdad54

#fdad54 #f9fd54 #fd5954

Monochromatic Colors of #fdad54

#fdad54

Complementary Color

#fdad54 #54a4fd

#fdad54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdad54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdad54 Color CSS Codes

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

#fdad54 Text Font Color

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

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


#fdad54 Background Color

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

This div background color is #fdad54


#fdad54 Border Color

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

This div border color is #fdad54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdad54

Related Colors


Comments

No comments written yet.

Please login to write comment.