Color Hex Logo

#bad83e Color Hex

#BAD83E
(186,216,62)
0 Favorites   0 Comments

Color spaces of #bad83e

RGB 18621662
HSL0.200.660.55
HSV72°71°85°
CMYK 0.140.000.71   0.15
XYZ45.675159.898613.7117
Yxy59.89860.38290.5021
Hunter Lab77.3942-30.095943.6717
CIE-Lab81.7830-29.841668.3439

#bad83e color RGB value is (186,216,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011000 00111110
Octal 272 330 76
Decimal 186 216 62
Hex BA D8 3E

RGB Percentages of Color #bad83e

%40.09
%46.55
%13.36

CMYK Percentages of Color #bad83e

%14
%0
%71
%15

Triadic Colors of #bad83e

#bad83e #3ebad8 #d83eba

Analogous Colors of #bad83e

#bad83e #6dd83e #d8a93e

Monochromatic Colors of #bad83e

#bad83e

Complementary Color

#bad83e #5c3ed8

#bad83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad83e Color CSS Codes

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

#bad83e Text Font Color

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

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


#bad83e Background Color

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

This div background color is #bad83e


#bad83e Border Color

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

This div border color is #bad83e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,216,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 #bad83e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad83e


Comments

No comments written yet.

Please login to write comment.