Color Hex Logo

#bab80d Color Hex

#BAB80D
(186,184,13)
0 Favorites   0 Comments

Color spaces of #bab80d

RGB 18618413
HSL0.160.870.39
HSV59°93°73°
CMYK 0.000.010.93   0.27
XYZ37.462844.74917.0437
Yxy44.74910.41970.5014
Hunter Lab66.8948-17.101240.5834
CIE-Lab72.7264-15.842872.6898

#bab80d color RGB value is (186,184,13).

#bab80d hex color red value is 186, green value is 184 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bab80d hue: 0.16 , saturation: 0.87 and the lightness value of bab80d is 0.39.

The process color (four color CMYK) of #bab80d color hex is 0.00, 0.01, 0.93, 0.27. Web safe color of #bab80d is #cccc00. Color #bab80d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111000 00001101
Octal 272 270 15
Decimal 186 184 13
Hex BA B8 D

RGB Percentages of Color #bab80d

%48.56
%48.04
%3.39

CMYK Percentages of Color #bab80d

%0
%1
%93
%27

Triadic Colors of #bab80d

#bab80d #0dbab8 #b80dba

Analogous Colors of #bab80d

#bab80d #66ba0d #ba610d

Monochromatic Colors of #bab80d

#bab80d

Complementary Color

#bab80d #0d0fba

#bab80d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab80d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab80d Color CSS Codes

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

#bab80d Text Font Color

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

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


#bab80d Background Color

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

This div background color is #bab80d


#bab80d Border Color

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

This div border color is #bab80d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab80d


Comments

No comments written yet.

Please login to write comment.