Color Hex Logo

#ffa56c Color Hex

#FFA56C
(255,165,108)
0 Favorites   0 Comments

Color spaces of #ffa56c

RGB 255165108
HSL0.061.000.71
HSV23°58°100°
CMYK 0.000.350.58   0.00
XYZ57.401949.253020.6687
Yxy49.25300.45080.3868
Hunter Lab70.180523.182631.6650
CIE-Lab75.608527.771543.0030

#ffa56c color RGB value is (255,165,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100101 01101100
Octal 377 245 154
Decimal 255 165 108
Hex FF A5 6C

RGB Percentages of Color #ffa56c

%48.30
%31.25
%20.45

CMYK Percentages of Color #ffa56c

%0
%35
%58
%0

Triadic Colors of #ffa56c

#ffa56c #6cffa5 #a56cff

Analogous Colors of #ffa56c

#ffa56c #ffef6c #ff6c7d

Monochromatic Colors of #ffa56c

#ffa56c

Complementary Color

#ffa56c #6cc6ff

#ffa56c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa56c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa56c Color CSS Codes

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

#ffa56c Text Font Color

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

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


#ffa56c Background Color

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

This div background color is #ffa56c


#ffa56c Border Color

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

This div border color is #ffa56c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa56c


Comments

No comments written yet.

Please login to write comment.