Color Hex Logo

#babd6b Color Hex

#BABD6B
(186,189,107)
0 Favorites   0 Comments

Color spaces of #babd6b

RGB 186189107
HSL0.170.380.58
HSV62°43°74°
CMYK 0.020.000.43   0.26
XYZ41.101147.895820.9885
Yxy47.89580.37370.4355
Hunter Lab69.2068-15.102830.4637
CIE-Lab74.7592-13.101840.9489

#babd6b color RGB value is (186,189,107).

#babd6b hex color red value is 186, green value is 189 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #babd6b hue: 0.17 , saturation: 0.38 and the lightness value of babd6b is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 01101011
Octal 272 275 153
Decimal 186 189 107
Hex BA BD 6B

RGB Percentages of Color #babd6b

%38.59
%39.21
%22.20

CMYK Percentages of Color #babd6b

%2
%0
%43
%26

Triadic Colors of #babd6b

#babd6b #6bbabd #bd6bba

Analogous Colors of #babd6b

#babd6b #91bd6b #bd976b

Monochromatic Colors of #babd6b

#babd6b

Complementary Color

#babd6b #6e6bbd

#babd6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babd6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#babd6b Color CSS Codes

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

#babd6b Text Font Color

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

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


#babd6b Background Color

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

This div background color is #babd6b


#babd6b Border Color

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

This div border color is #babd6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babd6b


Comments

No comments written yet.

Please login to write comment.