Color Hex Logo

#babd78 Color Hex

#BABD78
(186,189,120)
0 Favorites   0 Comments

Color spaces of #babd78

RGB 186189120
HSL0.170.340.61
HSV63°37°74°
CMYK 0.020.000.37   0.26
XYZ41.837548.190424.8659
Yxy48.19040.36410.4194
Hunter Lab69.4193-13.905727.3559
CIE-Lab74.9449-11.657534.5527

#babd78 color RGB value is (186,189,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111101 01111000
Octal 272 275 170
Decimal 186 189 120
Hex BA BD 78

RGB Percentages of Color #babd78

%37.58
%38.18
%24.24

CMYK Percentages of Color #babd78

%2
%0
%37
%26

Triadic Colors of #babd78

#babd78 #78babd #bd78ba

Analogous Colors of #babd78

#babd78 #98bd78 #bd9e78

Monochromatic Colors of #babd78

#babd78

Complementary Color

#babd78 #7b78bd

#babd78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babd78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babd78 Color CSS Codes

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

#babd78 Text Font Color

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

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


#babd78 Background Color

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

This div background color is #babd78


#babd78 Border Color

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

This div border color is #babd78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babd78


Comments

No comments written yet.

Please login to write comment.