Color Hex Logo

#ffbaab Color Hex

#FFBAAB
(255,186,171)
0 Favorites   0 Comments

Color spaces of #ffbaab

RGB 255186171
HSL0.031.000.84
HSV11°33°100°
CMYK 0.000.270.33   0.00
XYZ66.149659.318146.4912
Yxy59.31810.38470.3450
Hunter Lab77.018218.528518.1230
CIE-Lab81.466122.985217.4421

#ffbaab color RGB value is (255,186,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111010 10101011
Octal 377 272 253
Decimal 255 186 171
Hex FF BA AB

RGB Percentages of Color #ffbaab

%41.67
%30.39
%27.94

CMYK Percentages of Color #ffbaab

%0
%27
%33
%0

Triadic Colors of #ffbaab

#ffbaab #abffba #baabff

Analogous Colors of #ffbaab

#ffbaab #ffe4ab #ffabc6

Monochromatic Colors of #ffbaab

#ffbaab

Complementary Color

#ffbaab #abf0ff

#ffbaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbaab Color CSS Codes

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

#ffbaab Text Font Color

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

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


#ffbaab Background Color

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

This div background color is #ffbaab


#ffbaab Border Color

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

This div border color is #ffbaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbaab

#ffbaab Color Palettes


Comments

No comments written yet.

Please login to write comment.