Color Hex Logo

#badb13 Color Hex

#BADB13
(186,219,19)
0 Favorites   0 Comments

Color spaces of #badb13

RGB 18621919
HSL0.190.840.47
HSV70°91°86°
CMYK 0.150.000.91   0.14
XYZ45.698861.149210.0105
Yxy61.14920.39110.5233
Hunter Lab78.1980-32.531247.1486
CIE-Lab82.4589-32.687079.4898

#badb13 color RGB value is (186,219,19).

#badb13 hex color red value is 186, green value is 219 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #badb13 hue: 0.19 , saturation: 0.84 and the lightness value of badb13 is 0.47.

The process color (four color CMYK) of #badb13 color hex is 0.15, 0.00, 0.91, 0.14. Web safe color of #badb13 is #cccc00. Color #badb13 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 00010011
Octal 272 333 23
Decimal 186 219 19
Hex BA DB 13

RGB Percentages of Color #badb13

%43.87
%51.65
%4.48

CMYK Percentages of Color #badb13

%15
%0
%91
%14

Triadic Colors of #badb13

#badb13 #13badb #db13ba

Analogous Colors of #badb13

#badb13 #56db13 #db9813

Monochromatic Colors of #badb13

#badb13

Complementary Color

#badb13 #3413db

#badb13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badb13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badb13 Color CSS Codes

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

#badb13 Text Font Color

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

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


#badb13 Background Color

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

This div background color is #badb13


#badb13 Border Color

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

This div border color is #badb13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badb13


Comments

No comments written yet.

Please login to write comment.