Color Hex Logo

#babdbd Color Hex

#BABDBD
(186,189,189)
0 Favorites   0 Comments

Color spaces of #babdbd

RGB 186189189
HSL0.500.020.74
HSV180°74°
CMYK 0.020.000.00   0.26
XYZ47.632650.508455.3827
Yxy50.50840.31030.3290
Hunter Lab71.0693-4.73553.5451
CIE-Lab76.3803-1.0371-0.3733

#babdbd color RGB value is (186,189,189).

#babdbd hex color red value is 186, green value is 189 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #babdbd hue: 0.50 , saturation: 0.02 and the lightness value of babdbd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 10111101
Octal 272 275 275
Decimal 186 189 189
Hex BA BD BD

RGB Percentages of Color #babdbd

%32.98
%33.51
%33.51

CMYK Percentages of Color #babdbd

%2
%0
%0
%26

Triadic Colors of #babdbd

#babdbd #bdbabd #bdbdba

Analogous Colors of #babdbd

#babdbd #babcbd #babdbc

Monochromatic Colors of #babdbd

#babdbd

Complementary Color

#babdbd #bdbaba

#babdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#babdbd Color CSS Codes

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

#babdbd Text Font Color

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

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


#babdbd Background Color

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

This div background color is #babdbd


#babdbd Border Color

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

This div border color is #babdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babdbd


Comments

No comments written yet.

Please login to write comment.