Color Hex Logo

#ffa170 Color Hex

#FFA170
(255,161,112)
0 Favorites   0 Comments

Color spaces of #ffa170

RGB 255161112
HSL0.061.000.72
HSV21°56°100°
CMYK 0.000.370.56   0.00
XYZ56.909547.919621.5792
Yxy47.91960.45020.3791
Hunter Lab69.224025.604129.9743
CIE-Lab74.774230.155539.9010

#ffa170 color RGB value is (255,161,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100001 01110000
Octal 377 241 160
Decimal 255 161 112
Hex FF A1 70

RGB Percentages of Color #ffa170

%48.30
%30.49
%21.21

CMYK Percentages of Color #ffa170

%0
%37
%56
%0

Triadic Colors of #ffa170

#ffa170 #70ffa1 #a170ff

Analogous Colors of #ffa170

#ffa170 #ffe970 #ff7087

Monochromatic Colors of #ffa170

#ffa170

Complementary Color

#ffa170 #70ceff

#ffa170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa170 Color CSS Codes

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

#ffa170 Text Font Color

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

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


#ffa170 Background Color

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

This div background color is #ffa170


#ffa170 Border Color

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

This div border color is #ffa170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa170


Comments

No comments written yet.

Please login to write comment.