Color Hex Logo

#ffa056 Color Hex

#FFA056
(255,160,86)
0 Favorites   0 Comments

Color spaces of #ffa056

RGB 25516086
HSL0.071.000.67
HSV26°66°100°
CMYK 0.000.370.66   0.00
XYZ55.490547.073514.9655
Yxy47.07350.47210.4005
Hunter Lab68.610124.299535.0945
CIE-Lab74.236828.939852.3662

#ffa056 color RGB value is (255,160,86).

#ffa056 hex color red value is 255, green value is 160 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #ffa056 hue: 0.07 , saturation: 1.00 and the lightness value of ffa056 is 0.67.

The process color (four color CMYK) of #ffa056 color hex is 0.00, 0.37, 0.66, 0.00. Web safe color of #ffa056 is #ff9966. Color #ffa056 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100000 01010110
Octal 377 240 126
Decimal 255 160 86
Hex FF A0 56

RGB Percentages of Color #ffa056

%50.90
%31.94
%17.17

CMYK Percentages of Color #ffa056

%0
%37
%66
%0

Triadic Colors of #ffa056

#ffa056 #56ffa0 #a056ff

Analogous Colors of #ffa056

#ffa056 #fff556 #ff5660

Monochromatic Colors of #ffa056

#ffa056

Complementary Color

#ffa056 #56b5ff

#ffa056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa056 Color CSS Codes

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

#ffa056 Text Font Color

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

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


#ffa056 Background Color

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

This div background color is #ffa056


#ffa056 Border Color

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

This div border color is #ffa056


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,160,86, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa056


Comments

No comments written yet.

Please login to write comment.