Color Hex Logo

#babdb1 Color Hex

#BABDB1
(186,189,177)
0 Favorites   0 Comments

Color spaces of #babdb1

RGB 186189177
HSL0.210.080.72
HSV75°74°
CMYK 0.020.000.06   0.26
XYZ46.383150.008648.8029
Yxy50.00860.31950.3444
Hunter Lab70.7168-6.67628.5846
CIE-Lab76.0745-3.22285.6903

#babdb1 color RGB value is (186,189,177).

#babdb1 hex color red value is 186, green value is 189 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #babdb1 hue: 0.21 , saturation: 0.08 and the lightness value of babdb1 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 10110001
Octal 272 275 261
Decimal 186 189 177
Hex BA BD B1

RGB Percentages of Color #babdb1

%33.70
%34.24
%32.07

CMYK Percentages of Color #babdb1

%2
%0
%6
%26

Triadic Colors of #babdb1

#babdb1 #b1babd #bdb1ba

Analogous Colors of #babdb1

#babdb1 #b4bdb1 #bdbab1

Monochromatic Colors of #babdb1

#babdb1

Complementary Color

#babdb1 #b4b1bd

#babdb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babdb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babdb1 Color CSS Codes

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

#babdb1 Text Font Color

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

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


#babdb1 Background Color

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

This div background color is #babdb1


#babdb1 Border Color

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

This div border color is #babdb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babdb1


Comments

No comments written yet.

Please login to write comment.