Color Hex Logo

#fda476 Color Hex

#FDA476
(253,164,118)
0 Favorites   0 Comments

Color spaces of #fda476

RGB 253164118
HSL0.060.970.73
HSV20°53°99°
CMYK 0.000.350.53   0.01
XYZ57.053548.741623.5406
Yxy48.74160.44110.3769
Hunter Lab69.815223.695028.8790
CIE-Lab75.290328.286137.3599

#fda476 color RGB value is (253,164,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100100 01110110
Octal 375 244 166
Decimal 253 164 118
Hex FD A4 76

RGB Percentages of Color #fda476

%47.29
%30.65
%22.06

CMYK Percentages of Color #fda476

%0
%35
%53
%1

Triadic Colors of #fda476

#fda476 #76fda4 #a476fd

Analogous Colors of #fda476

#fda476 #fde876 #fd768c

Monochromatic Colors of #fda476

#fda476

Complementary Color

#fda476 #76cffd

#fda476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda476 Color CSS Codes

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

#fda476 Text Font Color

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

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


#fda476 Background Color

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

This div background color is #fda476


#fda476 Border Color

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

This div border color is #fda476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda476


Comments

No comments written yet.

Please login to write comment.