Color Hex Logo

#fda477 Color Hex

#FDA477
(253,164,119)
0 Favorites   0 Comments

Color spaces of #fda477

RGB 253164119
HSL0.060.970.73
HSV20°53°99°
CMYK 0.000.350.53   0.01
XYZ57.113248.765523.8552
Yxy48.76550.44020.3759
Hunter Lab69.832323.781928.6287
CIE-Lab75.305228.368836.8532

#fda477 color RGB value is (253,164,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100100 01110111
Octal 375 244 167
Decimal 253 164 119
Hex FD A4 77

RGB Percentages of Color #fda477

%47.20
%30.60
%22.20

CMYK Percentages of Color #fda477

%0
%35
%53
%1

Triadic Colors of #fda477

#fda477 #77fda4 #a477fd

Analogous Colors of #fda477

#fda477 #fde777 #fd778d

Monochromatic Colors of #fda477

#fda477

Complementary Color

#fda477 #77d0fd

#fda477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda477 Color CSS Codes

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

#fda477 Text Font Color

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

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


#fda477 Background Color

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

This div background color is #fda477


#fda477 Border Color

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

This div border color is #fda477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda477

Related Colors


Comments

No comments written yet.

Please login to write comment.