Color Hex Logo

#fda84c Color Hex

#FDA84C
(253,168,76)
0 Favorites   0 Comments

Color spaces of #fda84c

RGB 25316876
HSL0.090.980.65
HSV31°70°99°
CMYK 0.000.340.70   0.01
XYZ55.815249.409713.4327
Yxy49.40970.47040.4164
Hunter Lab70.292018.726437.8742
CIE-Lab75.705523.422558.5500

#fda84c color RGB value is (253,168,76).

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

The process color (four color CMYK) of #fda84c color hex is 0.00, 0.34, 0.70, 0.01. Web safe color of #fda84c is #ff9933. Color #fda84c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101000 01001100
Octal 375 250 114
Decimal 253 168 76
Hex FD A8 4C

RGB Percentages of Color #fda84c

%50.91
%33.80
%15.29

CMYK Percentages of Color #fda84c

%0
%34
%70
%1

Triadic Colors of #fda84c

#fda84c #4cfda8 #a84cfd

Analogous Colors of #fda84c

#fda84c #fafd4c #fd4f4c

Monochromatic Colors of #fda84c

#fda84c

Complementary Color

#fda84c #4ca1fd

#fda84c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda84c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda84c Color CSS Codes

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

#fda84c Text Font Color

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

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


#fda84c Background Color

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

This div background color is #fda84c


#fda84c Border Color

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

This div border color is #fda84c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda84c

Related Colors


Comments

No comments written yet.

Please login to write comment.