Color Hex Logo

#fda56c Color Hex

#FDA56C
(253,165,108)
0 Favorites   0 Comments

Color spaces of #fda56c

RGB 253165108
HSL0.070.970.71
HSV24°57°99°
CMYK 0.000.350.57   0.01
XYZ56.669948.875620.6345
Yxy48.87560.44910.3873
Hunter Lab69.911122.347631.4381
CIE-Lab75.373926.978442.6620

#fda56c color RGB value is (253,165,108).

#fda56c hex color red value is 253, green value is 165 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fda56c hue: 0.07 , saturation: 0.97 and the lightness value of fda56c is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100101 01101100
Octal 375 245 154
Decimal 253 165 108
Hex FD A5 6C

RGB Percentages of Color #fda56c

%48.10
%31.37
%20.53

CMYK Percentages of Color #fda56c

%0
%35
%57
%1

Triadic Colors of #fda56c

#fda56c #6cfda5 #a56cfd

Analogous Colors of #fda56c

#fda56c #fdee6c #fd6c7c

Monochromatic Colors of #fda56c

#fda56c

Complementary Color

#fda56c #6cc4fd

#fda56c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda56c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda56c Color CSS Codes

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

#fda56c Text Font Color

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

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


#fda56c Background Color

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

This div background color is #fda56c


#fda56c Border Color

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

This div border color is #fda56c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda56c


Comments

No comments written yet.

Please login to write comment.