Color Hex Logo

#fda854 Color Hex

#FDA854
(253,168,84)
0 Favorites   0 Comments

Color spaces of #fda854

RGB 25316884
HSL0.080.980.66
HSV30°67°99°
CMYK 0.000.340.67   0.01
XYZ56.110949.528014.9900
Yxy49.52800.46520.4106
Hunter Lab70.376119.159836.6346
CIE-Lab75.778623.845454.9683

#fda854 color RGB value is (253,168,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101000 01010100
Octal 375 250 124
Decimal 253 168 84
Hex FD A8 54

RGB Percentages of Color #fda854

%50.10
%33.27
%16.63

CMYK Percentages of Color #fda854

%0
%34
%67
%1

Triadic Colors of #fda854

#fda854 #54fda8 #a854fd

Analogous Colors of #fda854

#fda854 #fdfd54 #fd5454

Monochromatic Colors of #fda854

#fda854

Complementary Color

#fda854 #54a9fd

#fda854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda854 Color CSS Codes

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

#fda854 Text Font Color

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

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


#fda854 Background Color

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

This div background color is #fda854


#fda854 Border Color

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

This div border color is #fda854


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda854

Related Colors


Comments

No comments written yet.

Please login to write comment.