Color Hex Logo

#bad63e Color Hex

#BAD63E
(186,214,62)
0 Favorites   0 Comments

Color spaces of #bad63e

RGB 18621462
HSL0.200.650.54
HSV71°71°84°
CMYK 0.130.000.71   0.16
XYZ45.165858.880013.5419
Yxy58.88000.38410.5007
Hunter Lab76.7333-29.216843.2498
CIE-Lab81.2256-28.899967.7983

#bad63e color RGB value is (186,214,62).

#bad63e hex color red value is 186, green value is 214 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bad63e hue: 0.20 , saturation: 0.65 and the lightness value of bad63e is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010110 00111110
Octal 272 326 76
Decimal 186 214 62
Hex BA D6 3E

RGB Percentages of Color #bad63e

%40.26
%46.32
%13.42

CMYK Percentages of Color #bad63e

%13
%0
%71
%16

Triadic Colors of #bad63e

#bad63e #3ebad6 #d63eba

Analogous Colors of #bad63e

#bad63e #6ed63e #d6a63e

Monochromatic Colors of #bad63e

#bad63e

Complementary Color

#bad63e #5a3ed6

#bad63e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad63e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad63e Color CSS Codes

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

#bad63e Text Font Color

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

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


#bad63e Background Color

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

This div background color is #bad63e


#bad63e Border Color

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

This div border color is #bad63e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad63e


Comments

No comments written yet.

Please login to write comment.