Color Hex Logo

#ffa980 Color Hex

#FFA980
(255,169,128)
0 Favorites   0 Comments

Color spaces of #ffa980

RGB 255169128
HSL0.051.000.75
HSV19°50°100°
CMYK 0.000.340.50   0.00
XYZ59.324251.194427.1769
Yxy51.19440.43080.3718
Hunter Lab71.550322.786127.5651
CIE-Lab76.796627.316234.0698

#ffa980 color RGB value is (255,169,128).

#ffa980 hex color red value is 255, green value is 169 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ffa980 hue: 0.05 , saturation: 1.00 and the lightness value of ffa980 is 0.75.

The process color (four color CMYK) of #ffa980 color hex is 0.00, 0.34, 0.50, 0.00. Web safe color of #ffa980 is #ff9999. Color #ffa980 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101001 10000000
Octal 377 251 200
Decimal 255 169 128
Hex FF A9 80

RGB Percentages of Color #ffa980

%46.20
%30.62
%23.19

CMYK Percentages of Color #ffa980

%0
%34
%50
%0

Triadic Colors of #ffa980

#ffa980 #80ffa9 #a980ff

Analogous Colors of #ffa980

#ffa980 #ffe980 #ff8097

Monochromatic Colors of #ffa980

#ffa980

Complementary Color

#ffa980 #80d6ff

#ffa980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa980 Color CSS Codes

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

#ffa980 Text Font Color

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

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


#ffa980 Background Color

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

This div background color is #ffa980


#ffa980 Border Color

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

This div border color is #ffa980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa980


Comments

No comments written yet.

Please login to write comment.