Color Hex Logo

#babdbc Color Hex

#BABDBC
(186,189,188)
0 Favorites   0 Comments

Color spaces of #babdbc

RGB 186189188
HSL0.440.020.74
HSV160°74°
CMYK 0.020.000.01   0.26
XYZ47.524450.465154.8129
Yxy50.46510.31100.3303
Hunter Lab71.0388-4.90283.9795
CIE-Lab76.3539-1.22420.1305

#babdbc color RGB value is (186,189,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 10111100
Octal 272 275 274
Decimal 186 189 188
Hex BA BD BC

RGB Percentages of Color #babdbc

%33.04
%33.57
%33.39

CMYK Percentages of Color #babdbc

%2
%0
%1
%26

Triadic Colors of #babdbc

#babdbc #bcbabd #bdbcba

Analogous Colors of #babdbc

#babdbc #babdbd #babdbb

Monochromatic Colors of #babdbc

#babdbc

Complementary Color

#babdbc #bdbabb

#babdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#babdbc Color CSS Codes

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

#babdbc Text Font Color

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

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


#babdbc Background Color

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

This div background color is #babdbc


#babdbc Border Color

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

This div border color is #babdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babdbc


Comments

No comments written yet.

Please login to write comment.