Color Hex Logo

#ffa4ab Color Hex

#FFA4AB
(255,164,171)
0 Favorites   0 Comments

Color spaces of #ffa4ab

RGB 255164171
HSL0.991.000.82
HSV355°36°100°
CMYK 0.000.360.33   0.00
XYZ61.866150.751245.0633
Yxy50.75120.39240.3219
Hunter Lab71.239930.343112.3636
CIE-Lab76.528134.491610.4861

#ffa4ab color RGB value is (255,164,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100100 10101011
Octal 377 244 253
Decimal 255 164 171
Hex FF A4 AB

RGB Percentages of Color #ffa4ab

%43.22
%27.80
%28.98

CMYK Percentages of Color #ffa4ab

%0
%36
%33
%0

Triadic Colors of #ffa4ab

#ffa4ab #abffa4 #a4abff

Analogous Colors of #ffa4ab

#ffa4ab #ffcba4 #ffa4d9

Monochromatic Colors of #ffa4ab

#ffa4ab

Complementary Color

#ffa4ab #a4fff8

#ffa4ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa4ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa4ab Color CSS Codes

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

#ffa4ab Text Font Color

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

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


#ffa4ab Background Color

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

This div background color is #ffa4ab


#ffa4ab Border Color

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

This div border color is #ffa4ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa4ab

Related Colors


Comments

No comments written yet.

Please login to write comment.