Color Hex Logo

#baafab Color Hex

#BAAFAB
(186,175,171)
0 Favorites   0 Comments

Color spaces of #baafab

RGB 186175171
HSL0.040.100.70
HSV16°73°
CMYK 0.000.060.08   0.27
XYZ42.930444.039344.7658
Yxy44.03930.32590.3343
Hunter Lab66.3621-0.66006.4583
CIE-Lab72.25483.22123.4470

#baafab color RGB value is (186,175,171).

#baafab hex color red value is 186, green value is 175 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #baafab hue: 0.04 , saturation: 0.10 and the lightness value of baafab is 0.70.

The process color (four color CMYK) of #baafab color hex is 0.00, 0.06, 0.08, 0.27. Web safe color of #baafab is #cc9999. Color #baafab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 10101011
Octal 272 257 253
Decimal 186 175 171
Hex BA AF AB

RGB Percentages of Color #baafab

%34.96
%32.89
%32.14

CMYK Percentages of Color #baafab

%0
%6
%8
%27

Triadic Colors of #baafab

#baafab #abbaaf #afabba

Analogous Colors of #baafab

#baafab #bab7ab #baabaf

Monochromatic Colors of #baafab

#baafab

Complementary Color

#baafab #abb6ba

#baafab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baafab Color Preview on White Background

Lorem ipsum dolor sit amet.

#baafab Color CSS Codes

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

#baafab Text Font Color

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

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


#baafab Background Color

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

This div background color is #baafab


#baafab Border Color

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

This div border color is #baafab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baafab


Comments

No comments written yet.

Please login to write comment.