Color Hex Logo

#ffa5ab Color Hex

#FFA5AB
(255,165,171)
0 Favorites   0 Comments

Color spaces of #ffa5ab

RGB 255165171
HSL0.991.000.82
HSV356°35°100°
CMYK 0.000.350.33   0.00
XYZ62.045851.110545.1232
Yxy51.11050.39200.3229
Hunter Lab71.491629.805412.6222
CIE-Lab76.745933.971710.7956

#ffa5ab color RGB value is (255,165,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100101 10101011
Octal 377 245 253
Decimal 255 165 171
Hex FF A5 AB

RGB Percentages of Color #ffa5ab

%43.15
%27.92
%28.93

CMYK Percentages of Color #ffa5ab

%0
%35
%33
%0

Triadic Colors of #ffa5ab

#ffa5ab #abffa5 #a5abff

Analogous Colors of #ffa5ab

#ffa5ab #ffcca5 #ffa5d8

Monochromatic Colors of #ffa5ab

#ffa5ab

Complementary Color

#ffa5ab #a5fff9

#ffa5ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa5ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa5ab Color CSS Codes

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

#ffa5ab Text Font Color

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

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


#ffa5ab Background Color

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

This div background color is #ffa5ab


#ffa5ab Border Color

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

This div border color is #ffa5ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa5ab


Comments

No comments written yet.

Please login to write comment.