Color Hex Logo

#bab019 Color Hex

#BAB019
(186,176,25)
0 Favorites   0 Comments

Color spaces of #bab019

RGB 18617625
HSL0.160.760.41
HSV56°87°73°
CMYK 0.000.050.87   0.27
XYZ35.950541.56007.0468
Yxy41.56000.42520.4915
Hunter Lab64.4670-13.275638.6460
CIE-Lab70.5665-11.533968.9541

#bab019 color RGB value is (186,176,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 00011001
Octal 272 260 31
Decimal 186 176 25
Hex BA B0 19

RGB Percentages of Color #bab019

%48.06
%45.48
%6.46

CMYK Percentages of Color #bab019

%0
%5
%87
%27

Triadic Colors of #bab019

#bab019 #19bab0 #b019ba

Analogous Colors of #bab019

#bab019 #74ba19 #ba6019

Monochromatic Colors of #bab019

#bab019

Complementary Color

#bab019 #1923ba

#bab019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab019 Color CSS Codes

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

#bab019 Text Font Color

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

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


#bab019 Background Color

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

This div background color is #bab019


#bab019 Border Color

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

This div border color is #bab019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab019


Comments

No comments written yet.

Please login to write comment.