Color Hex Logo

#babd53 Color Hex

#BABD53
(186,189,83)
0 Favorites   0 Comments

Color spaces of #babd53

RGB 18618983
HSL0.170.450.53
HSV62°56°74°
CMYK 0.020.000.56   0.26
XYZ40.008647.458815.2354
Yxy47.45880.38960.4621
Hunter Lab68.8903-16.892935.1110
CIE-Lab74.4823-15.288652.1727

#babd53 color RGB value is (186,189,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 01010011
Octal 272 275 123
Decimal 186 189 83
Hex BA BD 53

RGB Percentages of Color #babd53

%40.61
%41.27
%18.12

CMYK Percentages of Color #babd53

%2
%0
%56
%26

Triadic Colors of #babd53

#babd53 #53babd #bd53ba

Analogous Colors of #babd53

#babd53 #85bd53 #bd8b53

Monochromatic Colors of #babd53

#babd53

Complementary Color

#babd53 #5653bd

#babd53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babd53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babd53 Color CSS Codes

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

#babd53 Text Font Color

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

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


#babd53 Background Color

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

This div background color is #babd53


#babd53 Border Color

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

This div border color is #babd53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babd53


Comments

No comments written yet.

Please login to write comment.