Color Hex Logo

#ffa670 Color Hex

#FFA670
(255,166,112)
0 Favorites   0 Comments

Color spaces of #ffa670

RGB 255166112
HSL0.061.000.72
HSV23°56°100°
CMYK 0.000.350.56   0.00
XYZ57.800849.702321.8763
Yxy49.70230.44680.3842
Hunter Lab70.499922.972230.9521
CIE-Lab75.886227.551141.2855

#ffa670 color RGB value is (255,166,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100110 01110000
Octal 377 246 160
Decimal 255 166 112
Hex FF A6 70

RGB Percentages of Color #ffa670

%47.84
%31.14
%21.01

CMYK Percentages of Color #ffa670

%0
%35
%56
%0

Triadic Colors of #ffa670

#ffa670 #70ffa6 #a670ff

Analogous Colors of #ffa670

#ffa670 #ffee70 #ff7082

Monochromatic Colors of #ffa670

#ffa670

Complementary Color

#ffa670 #70c9ff

#ffa670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa670 Color CSS Codes

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

#ffa670 Text Font Color

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

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


#ffa670 Background Color

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

This div background color is #ffa670


#ffa670 Border Color

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

This div border color is #ffa670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa670

#ffa670 Color Palettes


Comments

No comments written yet.

Please login to write comment.