Color Hex Logo

#bada2f Color Hex

#BADA2F
(186,218,47)
0 Favorites   0 Comments

Color spaces of #bada2f

RGB 18621847
HSL0.200.700.52
HSV71°78°85°
CMYK 0.150.000.78   0.15
XYZ45.834260.787112.0067
Yxy60.78710.38640.5124
Hunter Lab77.9661-31.505245.4457
CIE-Lab82.2642-31.461273.5138

#bada2f color RGB value is (186,218,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 00101111
Octal 272 332 57
Decimal 186 218 47
Hex BA DA 2F

RGB Percentages of Color #bada2f

%41.24
%48.34
%10.42

CMYK Percentages of Color #bada2f

%15
%0
%78
%15

Triadic Colors of #bada2f

#bada2f #2fbada #da2fba

Analogous Colors of #bada2f

#bada2f #65da2f #daa52f

Monochromatic Colors of #bada2f

#bada2f

Complementary Color

#bada2f #4f2fda

#bada2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bada2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bada2f Color CSS Codes

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

#bada2f Text Font Color

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

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


#bada2f Background Color

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

This div background color is #bada2f


#bada2f Border Color

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

This div border color is #bada2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bada2f


Comments

No comments written yet.

Please login to write comment.