Color Hex Logo

#bab018 Color Hex

#BAB018
(186,176,24)
0 Favorites   0 Comments

Color spaces of #bab018

RGB 18617624
HSL0.160.770.41
HSV56°87°73°
CMYK 0.000.050.87   0.27
XYZ35.939941.55576.9910
Yxy41.55570.42540.4919
Hunter Lab64.4637-13.293938.6947
CIE-Lab70.5635-11.556569.1615

#bab018 color RGB value is (186,176,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 00011000
Octal 272 260 30
Decimal 186 176 24
Hex BA B0 18

RGB Percentages of Color #bab018

%48.19
%45.60
%6.22

CMYK Percentages of Color #bab018

%0
%5
%87
%27

Triadic Colors of #bab018

#bab018 #18bab0 #b018ba

Analogous Colors of #bab018

#bab018 #73ba18 #ba5f18

Monochromatic Colors of #bab018

#bab018

Complementary Color

#bab018 #1822ba

#bab018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab018 Color CSS Codes

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

#bab018 Text Font Color

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

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


#bab018 Background Color

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

This div background color is #bab018


#bab018 Border Color

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

This div border color is #bab018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab018


Comments

No comments written yet.

Please login to write comment.