Color Hex Logo

#ffa8bb Color Hex

#FFA8BB
(255,168,187)
0 Favorites   0 Comments

Color spaces of #ffa8bb

RGB 255168187
HSL0.961.000.83
HSV347°34°100°
CMYK 0.000.340.27   0.00
XYZ64.212352.853153.8310
Yxy52.85310.37570.3093
Hunter Lab72.700130.43466.9887
CIE-Lab77.788234.46983.5593

#ffa8bb color RGB value is (255,168,187).

#ffa8bb hex color red value is 255, green value is 168 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ffa8bb hue: 0.96 , saturation: 1.00 and the lightness value of ffa8bb is 0.83.

The process color (four color CMYK) of #ffa8bb color hex is 0.00, 0.34, 0.27, 0.00. Web safe color of #ffa8bb is #ff99cc. Color #ffa8bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101000 10111011
Octal 377 250 273
Decimal 255 168 187
Hex FF A8 BB

RGB Percentages of Color #ffa8bb

%41.80
%27.54
%30.66

CMYK Percentages of Color #ffa8bb

%0
%34
%27
%0

Triadic Colors of #ffa8bb

#ffa8bb #bbffa8 #a8bbff

Analogous Colors of #ffa8bb

#ffa8bb #ffc1a8 #ffa8e7

Monochromatic Colors of #ffa8bb

#ffa8bb

Complementary Color

#ffa8bb #a8ffec

#ffa8bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa8bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa8bb Color CSS Codes

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

#ffa8bb Text Font Color

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

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


#ffa8bb Background Color

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

This div background color is #ffa8bb


#ffa8bb Border Color

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

This div border color is #ffa8bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa8bb


Comments

No comments written yet.

Please login to write comment.