Color Hex Logo

#bada1a Color Hex

#BADA1A
(186,218,26)
0 Favorites   0 Comments

Color spaces of #bada1a

RGB 18621826
HSL0.190.790.48
HSV70°88°85°
CMYK 0.150.000.88   0.15
XYZ45.507660.656510.2867
Yxy60.65650.39080.5209
Hunter Lab77.8823-31.994246.6866
CIE-Lab82.1937-32.091278.2100

#bada1a color RGB value is (186,218,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 00011010
Octal 272 332 32
Decimal 186 218 26
Hex BA DA 1A

RGB Percentages of Color #bada1a

%43.26
%50.70
%6.05

CMYK Percentages of Color #bada1a

%15
%0
%88
%15

Triadic Colors of #bada1a

#bada1a #1abada #da1aba

Analogous Colors of #bada1a

#bada1a #5ada1a #da9a1a

Monochromatic Colors of #bada1a

#bada1a

Complementary Color

#bada1a #3a1ada

#bada1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bada1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bada1a Color CSS Codes

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

#bada1a Text Font Color

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

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


#bada1a Background Color

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

This div background color is #bada1a


#bada1a Border Color

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

This div border color is #bada1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bada1a


Comments

No comments written yet.

Please login to write comment.