Color Hex Logo

#bab00d Color Hex

#BAB00D
(186,176,13)
0 Favorites   0 Comments

Color spaces of #bab00d

RGB 18617613
HSL0.160.870.39
HSV57°93°73°
CMYK 0.000.050.93   0.27
XYZ35.847741.51886.5053
Yxy41.51880.42740.4950
Hunter Lab64.4351-13.455039.1187
CIE-Lab70.5379-11.755571.0166

#bab00d color RGB value is (186,176,13).

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

The process color (four color CMYK) of #bab00d color hex is 0.00, 0.05, 0.93, 0.27. Web safe color of #bab00d is #cc9900. Color #bab00d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 00001101
Octal 272 260 15
Decimal 186 176 13
Hex BA B0 D

RGB Percentages of Color #bab00d

%49.60
%46.93
%3.47

CMYK Percentages of Color #bab00d

%0
%5
%93
%27

Triadic Colors of #bab00d

#bab00d #0dbab0 #b00dba

Analogous Colors of #bab00d

#bab00d #6eba0d #ba5a0d

Monochromatic Colors of #bab00d

#bab00d

Complementary Color

#bab00d #0d17ba

#bab00d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab00d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab00d Color CSS Codes

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

#bab00d Text Font Color

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

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


#bab00d Background Color

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

This div background color is #bab00d


#bab00d Border Color

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

This div border color is #bab00d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,176,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 #bab00d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab00d


Comments

No comments written yet.

Please login to write comment.