Color Hex Logo

#bada1f Color Hex

#BADA1F
(186,218,31)
0 Favorites   0 Comments

Color spaces of #bada1f

RGB 18621831
HSL0.200.750.49
HSV70°86°85°
CMYK 0.150.000.86   0.15
XYZ45.568460.680810.6072
Yxy60.68080.39000.5193
Hunter Lab77.8979-31.903146.4551
CIE-Lab82.2068-31.973677.2962

#bada1f color RGB value is (186,218,31).

#bada1f hex color red value is 186, green value is 218 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #bada1f hue: 0.20 , saturation: 0.75 and the lightness value of bada1f is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 00011111
Octal 272 332 37
Decimal 186 218 31
Hex BA DA 1F

RGB Percentages of Color #bada1f

%42.76
%50.11
%7.13

CMYK Percentages of Color #bada1f

%15
%0
%86
%15

Triadic Colors of #bada1f

#bada1f #1fbada #da1fba

Analogous Colors of #bada1f

#bada1f #5dda1f #da9d1f

Monochromatic Colors of #bada1f

#bada1f

Complementary Color

#bada1f #3f1fda

#bada1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bada1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bada1f Color CSS Codes

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

#bada1f Text Font Color

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

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


#bada1f Background Color

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

This div background color is #bada1f


#bada1f Border Color

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

This div border color is #bada1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bada1f


Comments

No comments written yet.

Please login to write comment.