Color Hex Logo

#ffbbaa Color Hex

#FFBBAA
(255,187,170)
2 Favorites   0 Comments

Color spaces of #ffbbaa

RGB 255187170
HSL0.031.000.83
HSV12°33°100°
CMYK 0.000.270.33   0.00
XYZ66.266059.702946.0614
Yxy59.70290.38520.3470
Hunter Lab77.267717.866118.7429
CIE-Lab81.676422.338418.2702

#ffbbaa color RGB value is (255,187,170). This hex color code is also a web safe color which is equal to #FBA.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111011 10101010
Octal 377 273 252
Decimal 255 187 170
Hex FF BB AA

RGB Percentages of Color #ffbbaa

%41.67
%30.56
%27.78

CMYK Percentages of Color #ffbbaa

%0
%27
%33
%0

Triadic Colors of #ffbbaa

#ffbbaa #aaffbb #bbaaff

Analogous Colors of #ffbbaa

#ffbbaa #ffe6aa #ffaac4

Monochromatic Colors of #ffbbaa

#ffbbaa

Complementary Color

#ffbbaa #aaeeff

#ffbbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbbaa Color CSS Codes

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

#ffbbaa Text Font Color

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

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


#ffbbaa Background Color

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

This div background color is #ffbbaa


#ffbbaa Border Color

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

This div border color is #ffbbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbbaa


Comments

No comments written yet.

Please login to write comment.