Color Hex Logo

#bab70d Color Hex

#BAB70D
(186,183,13)
0 Favorites   0 Comments

Color spaces of #bab70d

RGB 18618313
HSL0.160.870.39
HSV59°93°73°
CMYK 0.000.020.93   0.27
XYZ37.255844.33516.9747
Yxy44.33510.42070.5006
Hunter Lab66.5846-16.647740.3986
CIE-Lab72.4519-15.336372.4796

#bab70d color RGB value is (186,183,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110111 00001101
Octal 272 267 15
Decimal 186 183 13
Hex BA B7 D

RGB Percentages of Color #bab70d

%48.69
%47.91
%3.40

CMYK Percentages of Color #bab70d

%0
%2
%93
%27

Triadic Colors of #bab70d

#bab70d #0dbab7 #b70dba

Analogous Colors of #bab70d

#bab70d #67ba0d #ba600d

Monochromatic Colors of #bab70d

#bab70d

Complementary Color

#bab70d #0d10ba

#bab70d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab70d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab70d Color CSS Codes

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

#bab70d Text Font Color

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

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


#bab70d Background Color

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

This div background color is #bab70d


#bab70d Border Color

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

This div border color is #bab70d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab70d


Comments

No comments written yet.

Please login to write comment.