Color Hex Logo

#bababa Color Hex Gray73

#BABABA
(186,186,186)
11 Favorites   0 Comments

Color spaces of #bababa Gray73

RGB 186186186
HSL0.000.000.73
HSV73°
CMYK 0.000.000.00   0.27
XYZ46.671549.102153.4722
Yxy49.10210.31270.3290
Hunter Lab70.0729-3.73903.8072
CIE-Lab75.51480.0040-0.0082

#bababa color RGB value is (186,186,186). #bababa color name is Gray73 color.

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

The process color (four color CMYK) of #bababa color hex is 0.00, 0.00, 0.00, 0.27. Web safe color of #bababa is #cccccc. Color #bababa rgb is equally color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111010 10111010
Octal 272 272 272
Decimal 186 186 186
Hex BA BA BA

RGB Percentages of Color #bababa

%33.33
%33.33
%33.33

CMYK Percentages of Color #bababa

%0
%0
%0
%27

Monochromatic Colors of #bababa

#bababa

#bababa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bababa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bababa Color CSS Codes

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

#bababa Text Font Color

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

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


#bababa Background Color

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

This div background color is #bababa


#bababa Border Color

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

This div border color is #bababa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bababa


Comments

No comments written yet.

Please login to write comment.