Color Hex Logo

#ffbaaa Color Hex

#FFBAAA
(255,186,170)
0 Favorites   0 Comments

Color spaces of #ffbaaa

RGB 255186170
HSL0.031.000.83
HSV11°33°100°
CMYK 0.000.270.33   0.00
XYZ66.054659.280145.9910
Yxy59.28010.38550.3460
Hunter Lab76.993618.400618.4795
CIE-Lab81.445322.862717.9483

#ffbaaa color RGB value is (255,186,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111010 10101010
Octal 377 272 252
Decimal 255 186 170
Hex FF BA AA

RGB Percentages of Color #ffbaaa

%41.73
%30.44
%27.82

CMYK Percentages of Color #ffbaaa

%0
%27
%33
%0

Triadic Colors of #ffbaaa

#ffbaaa #aaffba #baaaff

Analogous Colors of #ffbaaa

#ffbaaa #ffe5aa #ffaac5

Monochromatic Colors of #ffbaaa

#ffbaaa

Complementary Color

#ffbaaa #aaefff

#ffbaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbaaa Color CSS Codes

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

#ffbaaa Text Font Color

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

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


#ffbaaa Background Color

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

This div background color is #ffbaaa


#ffbaaa Border Color

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

This div border color is #ffbaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbaaa

#ffbaaa Color Palettes


Comments

No comments written yet.

Please login to write comment.