Color Hex Logo

#fda957 Color Hex

#FDA957
(253,169,87)
0 Favorites   0 Comments

Color spaces of #fda957

RGB 25316987
HSL0.080.980.67
HSV30°66°99°
CMYK 0.000.330.66   0.01
XYZ56.416349.946715.6840
Yxy49.94670.46230.4092
Hunter Lab70.673018.813936.3132
CIE-Lab76.036523.493453.8432

#fda957 color RGB value is (253,169,87).

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

The process color (four color CMYK) of #fda957 color hex is 0.00, 0.33, 0.66, 0.01. Web safe color of #fda957 is #ff9966. Color #fda957 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101001 01010111
Octal 375 251 127
Decimal 253 169 87
Hex FD A9 57

RGB Percentages of Color #fda957

%49.71
%33.20
%17.09

CMYK Percentages of Color #fda957

%0
%33
%66
%1

Triadic Colors of #fda957

#fda957 #57fda9 #a957fd

Analogous Colors of #fda957

#fda957 #fdfc57 #fd5758

Monochromatic Colors of #fda957

#fda957

Complementary Color

#fda957 #57abfd

#fda957 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda957 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda957 Color CSS Codes

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

#fda957 Text Font Color

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

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


#fda957 Background Color

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

This div background color is #fda957


#fda957 Border Color

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

This div border color is #fda957


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda957

Related Colors


Comments

No comments written yet.

Please login to write comment.