Color Hex Logo

#badc13 Color Hex

#BADC13
(186,220,19)
0 Favorites   0 Comments

Color spaces of #badc13

RGB 18622019
HSL0.190.840.47
HSV70°91°86°
CMYK 0.150.000.91   0.14
XYZ45.960461.672510.0977
Yxy61.67250.39040.5238
Hunter Lab78.5318-32.964447.3487
CIE-Lab82.7390-33.148279.7113

#badc13 color RGB value is (186,220,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 00010011
Octal 272 334 23
Decimal 186 220 19
Hex BA DC 13

RGB Percentages of Color #badc13

%43.76
%51.76
%4.47

CMYK Percentages of Color #badc13

%15
%0
%91
%14

Triadic Colors of #badc13

#badc13 #13badc #dc13ba

Analogous Colors of #badc13

#badc13 #56dc13 #dc9a13

Monochromatic Colors of #badc13

#badc13

Complementary Color

#badc13 #3513dc

#badc13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badc13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badc13 Color CSS Codes

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

#badc13 Text Font Color

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

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


#badc13 Background Color

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

This div background color is #badc13


#badc13 Border Color

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

This div border color is #badc13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badc13


Comments

No comments written yet.

Please login to write comment.