Color Hex Logo

#fda47a Color Hex

#FDA47A
(253,164,122)
0 Favorites   0 Comments

Color spaces of #fda47a

RGB 253164122
HSL0.050.970.74
HSV19°52°99°
CMYK 0.000.350.52   0.01
XYZ57.296348.838724.8193
Yxy48.83870.43750.3729
Hunter Lab69.884724.048427.8627
CIE-Lab75.350928.622435.3291

#fda47a color RGB value is (253,164,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100100 01111010
Octal 375 244 172
Decimal 253 164 122
Hex FD A4 7A

RGB Percentages of Color #fda47a

%46.94
%30.43
%22.63

CMYK Percentages of Color #fda47a

%0
%35
%52
%1

Triadic Colors of #fda47a

#fda47a #7afda4 #a47afd

Analogous Colors of #fda47a

#fda47a #fde67a #fd7a92

Monochromatic Colors of #fda47a

#fda47a

Complementary Color

#fda47a #7ad3fd

#fda47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda47a Color CSS Codes

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

#fda47a Text Font Color

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

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


#fda47a Background Color

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

This div background color is #fda47a


#fda47a Border Color

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

This div border color is #fda47a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda47a


Comments

No comments written yet.

Please login to write comment.