Color Hex Logo

#babdb9 Color Hex

#BABDB9
(186,189,185)
0 Favorites   0 Comments

Color spaces of #babdb9

RGB 186189185
HSL0.290.030.73
HSV105°74°
CMYK 0.020.000.02   0.26
XYZ47.204350.337153.1270
Yxy50.33710.31330.3341
Hunter Lab70.9486-5.39865.2672
CIE-Lab76.2757-1.78041.6440

#babdb9 color RGB value is (186,189,185).

#babdb9 hex color red value is 186, green value is 189 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #babdb9 hue: 0.29 , saturation: 0.03 and the lightness value of babdb9 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 10111001
Octal 272 275 271
Decimal 186 189 185
Hex BA BD B9

RGB Percentages of Color #babdb9

%33.21
%33.75
%33.04

CMYK Percentages of Color #babdb9

%2
%0
%2
%26

Triadic Colors of #babdb9

#babdb9 #b9babd #bdb9ba

Analogous Colors of #babdb9

#babdb9 #b9bdba #bcbdb9

Monochromatic Colors of #babdb9

#babdb9

Complementary Color

#babdb9 #bcb9bd

#babdb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babdb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babdb9 Color CSS Codes

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

#babdb9 Text Font Color

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

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


#babdb9 Background Color

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

This div background color is #babdb9


#babdb9 Border Color

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

This div border color is #babdb9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,189,185, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babdb9


Comments

No comments written yet.

Please login to write comment.