Color Hex Logo

#badb1a Color Hex

#BADB1A
(186,219,26)
0 Favorites   0 Comments

Color spaces of #badb1a

RGB 18621926
HSL0.200.790.48
HSV70°88°86°
CMYK 0.150.000.88   0.14
XYZ45.767761.176710.3734
Yxy61.17670.39010.5215
Hunter Lab78.2155-32.428246.8875
CIE-Lab82.4736-32.553978.4374

#badb1a color RGB value is (186,219,26).

#badb1a hex color red value is 186, green value is 219 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #badb1a hue: 0.20 , saturation: 0.79 and the lightness value of badb1a is 0.48.

The process color (four color CMYK) of #badb1a color hex is 0.15, 0.00, 0.88, 0.14. Web safe color of #badb1a is #cccc33. Color #badb1a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 00011010
Octal 272 333 32
Decimal 186 219 26
Hex BA DB 1A

RGB Percentages of Color #badb1a

%43.16
%50.81
%6.03

CMYK Percentages of Color #badb1a

%15
%0
%88
%14

Triadic Colors of #badb1a

#badb1a #1abadb #db1aba

Analogous Colors of #badb1a

#badb1a #59db1a #db9c1a

Monochromatic Colors of #badb1a

#badb1a

Complementary Color

#badb1a #3b1adb

#badb1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badb1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#badb1a Color CSS Codes

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

#badb1a Text Font Color

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

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


#badb1a Background Color

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

This div background color is #badb1a


#badb1a Border Color

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

This div border color is #badb1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badb1a


Comments

No comments written yet.

Please login to write comment.