Color Hex Logo

#bada0f Color Hex

#BADA0F
(186,218,15)
0 Favorites   0 Comments

Color spaces of #bada0f

RGB 18621815
HSL0.190.870.46
HSV69°93°85°
CMYK 0.150.000.93   0.15
XYZ45.407360.61649.7589
Yxy60.61640.39220.5235
Hunter Lab77.8565-32.144647.0679
CIE-Lab82.1721-32.285579.7580

#bada0f color RGB value is (186,218,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 00001111
Octal 272 332 17
Decimal 186 218 15
Hex BA DA F

RGB Percentages of Color #bada0f

%44.39
%52.03
%3.58

CMYK Percentages of Color #bada0f

%15
%0
%93
%15

Triadic Colors of #bada0f

#bada0f #0fbada #da0fba

Analogous Colors of #bada0f

#bada0f #55da0f #da950f

Monochromatic Colors of #bada0f

#bada0f

Complementary Color

#bada0f #2f0fda

#bada0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bada0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bada0f Color CSS Codes

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

#bada0f Text Font Color

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

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


#bada0f Background Color

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

This div background color is #bada0f


#bada0f Border Color

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

This div border color is #bada0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bada0f


Comments

No comments written yet.

Please login to write comment.