Color Hex Logo

#fda976 Color Hex

#FDA976
(253,169,118)
0 Favorites   0 Comments

Color spaces of #fda976

RGB 253169118
HSL0.060.970.73
HSV23°53°99°
CMYK 0.000.330.53   0.01
XYZ57.966050.566623.8447
Yxy50.56660.43790.3820
Hunter Lab71.110221.062729.8960
CIE-Lab76.415725.671738.7856

#fda976 color RGB value is (253,169,118).

#fda976 hex color red value is 253, green value is 169 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #fda976 hue: 0.06 , saturation: 0.97 and the lightness value of fda976 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101001 01110110
Octal 375 251 166
Decimal 253 169 118
Hex FD A9 76

RGB Percentages of Color #fda976

%46.85
%31.30
%21.85

CMYK Percentages of Color #fda976

%0
%33
%53
%1

Triadic Colors of #fda976

#fda976 #76fda9 #a976fd

Analogous Colors of #fda976

#fda976 #fded76 #fd7687

Monochromatic Colors of #fda976

#fda976

Complementary Color

#fda976 #76cafd

#fda976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda976 Color CSS Codes

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

#fda976 Text Font Color

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

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


#fda976 Background Color

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

This div background color is #fda976


#fda976 Border Color

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

This div border color is #fda976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda976


Comments

No comments written yet.

Please login to write comment.