Color Hex Logo

#babd5d Color Hex

#BABD5D
(186,189,93)
0 Favorites   0 Comments

Color spaces of #babd5d

RGB 18618993
HSL0.170.420.55
HSV62°51°74°
CMYK 0.020.000.51   0.26
XYZ40.423147.624617.4179
Yxy47.62460.38330.4516
Hunter Lab69.0106-16.211733.3429
CIE-Lab74.5875-14.452647.6157

#babd5d color RGB value is (186,189,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 01011101
Octal 272 275 135
Decimal 186 189 93
Hex BA BD 5D

RGB Percentages of Color #babd5d

%39.74
%40.38
%19.87

CMYK Percentages of Color #babd5d

%2
%0
%51
%26

Triadic Colors of #babd5d

#babd5d #5dbabd #bd5dba

Analogous Colors of #babd5d

#babd5d #8abd5d #bd905d

Monochromatic Colors of #babd5d

#babd5d

Complementary Color

#babd5d #605dbd

#babd5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babd5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#babd5d Color CSS Codes

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

#babd5d Text Font Color

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

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


#babd5d Background Color

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

This div background color is #babd5d


#babd5d Border Color

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

This div border color is #babd5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babd5d


Comments

No comments written yet.

Please login to write comment.