Color Hex Logo

#ffa770 Color Hex

#FFA770
(255,167,112)
0 Favorites   0 Comments

Color spaces of #ffa770

RGB 255167112
HSL0.061.000.72
HSV23°56°100°
CMYK 0.000.350.56   0.00
XYZ57.983350.067321.9371
Yxy50.06730.44610.3852
Hunter Lab70.758322.446031.1492
CIE-Lab76.110627.029441.5639

#ffa770 color RGB value is (255,167,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100111 01110000
Octal 377 247 160
Decimal 255 167 112
Hex FF A7 70

RGB Percentages of Color #ffa770

%47.75
%31.27
%20.97

CMYK Percentages of Color #ffa770

%0
%35
%56
%0

Triadic Colors of #ffa770

#ffa770 #70ffa7 #a770ff

Analogous Colors of #ffa770

#ffa770 #ffef70 #ff7081

Monochromatic Colors of #ffa770

#ffa770

Complementary Color

#ffa770 #70c8ff

#ffa770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa770 Color CSS Codes

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

#ffa770 Text Font Color

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

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


#ffa770 Background Color

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

This div background color is #ffa770


#ffa770 Border Color

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

This div border color is #ffa770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa770

#ffa770 Color Palettes


Comments

No comments written yet.

Please login to write comment.