Color Hex Logo

#babda9 Color Hex

#BABDA9
(186,189,169)
0 Favorites   0 Comments

Color spaces of #babda9

RGB 186189169
HSL0.190.130.70
HSV69°11°74°
CMYK 0.020.000.11   0.26
XYZ45.608749.698944.7251
Yxy49.69890.32570.3549
Hunter Lab70.4974-7.889011.7334
CIE-Lab75.8841-4.60499.7495

#babda9 color RGB value is (186,189,169).

#babda9 hex color red value is 186, green value is 189 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #babda9 hue: 0.19 , saturation: 0.13 and the lightness value of babda9 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 10101001
Octal 272 275 251
Decimal 186 189 169
Hex BA BD A9

RGB Percentages of Color #babda9

%34.19
%34.74
%31.07

CMYK Percentages of Color #babda9

%2
%0
%11
%26

Triadic Colors of #babda9

#babda9 #a9babd #bda9ba

Analogous Colors of #babda9

#babda9 #b0bda9 #bdb6a9

Monochromatic Colors of #babda9

#babda9

Complementary Color

#babda9 #aca9bd

#babda9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babda9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babda9 Color CSS Codes

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

#babda9 Text Font Color

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

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


#babda9 Background Color

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

This div background color is #babda9


#babda9 Border Color

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

This div border color is #babda9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babda9


Comments

No comments written yet.

Please login to write comment.