Color Hex Logo

#bab719 Color Hex

#BAB719
(186,183,25)
0 Favorites   0 Comments

Color spaces of #bab719

RGB 18618325
HSL0.160.760.41
HSV59°87°73°
CMYK 0.000.020.87   0.27
XYZ37.358744.37637.5162
Yxy44.37630.41860.4972
Hunter Lab66.6155-16.472539.9412
CIE-Lab72.4793-15.117770.5073

#bab719 color RGB value is (186,183,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110111 00011001
Octal 272 267 31
Decimal 186 183 25
Hex BA B7 19

RGB Percentages of Color #bab719

%47.21
%46.45
%6.35

CMYK Percentages of Color #bab719

%0
%2
%87
%27

Triadic Colors of #bab719

#bab719 #19bab7 #b719ba

Analogous Colors of #bab719

#bab719 #6dba19 #ba6719

Monochromatic Colors of #bab719

#bab719

Complementary Color

#bab719 #191cba

#bab719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab719 Color CSS Codes

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

#bab719 Text Font Color

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

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


#bab719 Background Color

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

This div background color is #bab719


#bab719 Border Color

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

This div border color is #bab719


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab719


Comments

No comments written yet.

Please login to write comment.