Color Hex Logo

#babdab Color Hex

#BABDAB
(186,189,171)
0 Favorites   0 Comments

Color spaces of #babdab

RGB 186189171
HSL0.190.120.71
HSV70°10°74°
CMYK 0.020.000.10   0.26
XYZ45.798049.774645.7217
Yxy49.77460.32410.3523
Hunter Lab70.5511-7.591810.9620
CIE-Lab75.9307-4.26518.7338

#babdab color RGB value is (186,189,171).

#babdab hex color red value is 186, green value is 189 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #babdab hue: 0.19 , saturation: 0.12 and the lightness value of babdab is 0.71.

The process color (four color CMYK) of #babdab color hex is 0.02, 0.00, 0.10, 0.26. Web safe color of #babdab is #cccc99. Color #babdab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 10101011
Octal 272 275 253
Decimal 186 189 171
Hex BA BD AB

RGB Percentages of Color #babdab

%34.07
%34.62
%31.32

CMYK Percentages of Color #babdab

%2
%0
%10
%26

Triadic Colors of #babdab

#babdab #abbabd #bdabba

Analogous Colors of #babdab

#babdab #b1bdab #bdb7ab

Monochromatic Colors of #babdab

#babdab

Complementary Color

#babdab #aeabbd

#babdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#babdab Color CSS Codes

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

#babdab Text Font Color

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

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


#babdab Background Color

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

This div background color is #babdab


#babdab Border Color

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

This div border color is #babdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babdab

#babdab Color Palettes


Comments

No comments written yet.

Please login to write comment.