Color Hex Logo

#ffab7a Color Hex

#FFAB7A
(255,171,122)
0 Favorites   0 Comments

Color spaces of #ffab7a

RGB 255171122
HSL0.061.000.74
HSV22°52°100°
CMYK 0.000.330.52   0.00
XYZ59.315851.791025.2827
Yxy51.79100.43490.3797
Hunter Lab71.966021.182929.5467
CIE-Lab77.155725.748237.6852

#ffab7a color RGB value is (255,171,122).

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

The process color (four color CMYK) of #ffab7a color hex is 0.00, 0.33, 0.52, 0.00. Web safe color of #ffab7a is #ff9966. Color #ffab7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101011 01111010
Octal 377 253 172
Decimal 255 171 122
Hex FF AB 7A

RGB Percentages of Color #ffab7a

%46.53
%31.20
%22.26

CMYK Percentages of Color #ffab7a

%0
%33
%52
%0

Triadic Colors of #ffab7a

#ffab7a #7affab #ab7aff

Analogous Colors of #ffab7a

#ffab7a #ffee7a #ff7a8c

Monochromatic Colors of #ffab7a

#ffab7a

Complementary Color

#ffab7a #7aceff

#ffab7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffab7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffab7a Color CSS Codes

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

#ffab7a Text Font Color

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

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


#ffab7a Background Color

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

This div background color is #ffab7a


#ffab7a Border Color

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

This div border color is #ffab7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffab7a


Comments

No comments written yet.

Please login to write comment.