Color Hex Logo

#ffa680 Color Hex

#FFA680
(255,166,128)
0 Favorites   0 Comments

Color spaces of #ffa680

RGB 255166128
HSL0.051.000.75
HSV18°50°100°
CMYK 0.000.350.50   0.00
XYZ58.772550.090926.9929
Yxy50.09090.43260.3687
Hunter Lab70.774924.372826.9298
CIE-Lab76.125028.882233.1967

#ffa680 color RGB value is (255,166,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100110 10000000
Octal 377 246 200
Decimal 255 166 128
Hex FF A6 80

RGB Percentages of Color #ffa680

%46.45
%30.24
%23.32

CMYK Percentages of Color #ffa680

%0
%35
%50
%0

Triadic Colors of #ffa680

#ffa680 #80ffa6 #a680ff

Analogous Colors of #ffa680

#ffa680 #ffe680 #ff809a

Monochromatic Colors of #ffa680

#ffa680

Complementary Color

#ffa680 #80d9ff

#ffa680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa680 Color CSS Codes

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

#ffa680 Text Font Color

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

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


#ffa680 Background Color

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

This div background color is #ffa680


#ffa680 Border Color

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

This div border color is #ffa680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa680

Related Colors

#ffa680 Color Palettes


Comments

No comments written yet.

Please login to write comment.