Color Hex Logo

#fda47f Color Hex

#FDA47F
(253,164,127)
0 Favorites   0 Comments

Color spaces of #fda47f

RGB 253164127
HSL0.050.970.75
HSV18°50°99°
CMYK 0.000.350.50   0.01
XYZ57.614248.965926.4934
Yxy48.96590.43300.3680
Hunter Lab69.975624.510026.5352
CIE-Lab75.430129.060632.7783

#fda47f color RGB value is (253,164,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100100 01111111
Octal 375 244 177
Decimal 253 164 127
Hex FD A4 7F

RGB Percentages of Color #fda47f

%46.51
%30.15
%23.35

CMYK Percentages of Color #fda47f

%0
%35
%50
%1

Triadic Colors of #fda47f

#fda47f #7ffda4 #a47ffd

Analogous Colors of #fda47f

#fda47f #fde37f #fd7f99

Monochromatic Colors of #fda47f

#fda47f

Complementary Color

#fda47f #7fd8fd

#fda47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda47f Color CSS Codes

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

#fda47f Text Font Color

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

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


#fda47f Background Color

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

This div background color is #fda47f


#fda47f Border Color

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

This div border color is #fda47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda47f

Related Colors


Comments

No comments written yet.

Please login to write comment.