Color Hex Logo

#ffb9ab Color Hex

#FFB9AB
(255,185,171)
0 Favorites   0 Comments

Color spaces of #ffb9ab

RGB 255185171
HSL0.031.000.84
HSV10°33°100°
CMYK 0.000.270.33   0.00
XYZ65.939658.898246.4212
Yxy58.89820.38500.3439
Hunter Lab76.745219.063517.8586
CIE-Lab81.235623.509417.1202

#ffb9ab color RGB value is (255,185,171).

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

The process color (four color CMYK) of #ffb9ab color hex is 0.00, 0.27, 0.33, 0.00. Web safe color of #ffb9ab is #ffcc99. Color #ffb9ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111001 10101011
Octal 377 271 253
Decimal 255 185 171
Hex FF B9 AB

RGB Percentages of Color #ffb9ab

%41.73
%30.28
%27.99

CMYK Percentages of Color #ffb9ab

%0
%27
%33
%0

Triadic Colors of #ffb9ab

#ffb9ab #abffb9 #b9abff

Analogous Colors of #ffb9ab

#ffb9ab #ffe3ab #ffabc7

Monochromatic Colors of #ffb9ab

#ffb9ab

Complementary Color

#ffb9ab #abf1ff

#ffb9ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb9ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb9ab Color CSS Codes

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

#ffb9ab Text Font Color

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

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


#ffb9ab Background Color

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

This div background color is #ffb9ab


#ffb9ab Border Color

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

This div border color is #ffb9ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb9ab


Comments

No comments written yet.

Please login to write comment.