Color Hex Logo

#bad62e Color Hex

#BAD62E
(186,214,46)
0 Favorites   0 Comments

Color spaces of #bad62e

RGB 18621446
HSL0.190.670.51
HSV70°79°84°
CMYK 0.130.000.79   0.16
XYZ44.789458.729511.5600
Yxy58.72950.38920.5103
Hunter Lab76.6352-29.787344.7010
CIE-Lab81.1427-29.629572.7846

#bad62e color RGB value is (186,214,46).

#bad62e hex color red value is 186, green value is 214 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bad62e hue: 0.19 , saturation: 0.67 and the lightness value of bad62e is 0.51.

The process color (four color CMYK) of #bad62e color hex is 0.13, 0.00, 0.79, 0.16. Web safe color of #bad62e is #cccc33. Color #bad62e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010110 00101110
Octal 272 326 56
Decimal 186 214 46
Hex BA D6 2E

RGB Percentages of Color #bad62e

%41.70
%47.98
%10.31

CMYK Percentages of Color #bad62e

%13
%0
%79
%16

Triadic Colors of #bad62e

#bad62e #2ebad6 #d62eba

Analogous Colors of #bad62e

#bad62e #66d62e #d69e2e

Monochromatic Colors of #bad62e

#bad62e

Complementary Color

#bad62e #4a2ed6

#bad62e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad62e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad62e Color CSS Codes

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

#bad62e Text Font Color

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

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


#bad62e Background Color

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

This div background color is #bad62e


#bad62e Border Color

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

This div border color is #bad62e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad62e


Comments

No comments written yet.

Please login to write comment.