Color Hex Logo

#bad84d Color Hex

#BAD84D
(186,216,77)
0 Favorites   0 Comments

Color spaces of #bad84d

RGB 18621677
HSL0.200.640.57
HSV73°64°85°
CMYK 0.140.000.64   0.15
XYZ46.145160.086716.1870
Yxy60.08670.37690.4908
Hunter Lab77.5156-29.391141.8798
CIE-Lab81.8853-28.943662.8183

#bad84d color RGB value is (186,216,77).

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

The process color (four color CMYK) of #bad84d color hex is 0.14, 0.00, 0.64, 0.15. Web safe color of #bad84d is #cccc66. Color #bad84d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011000 01001101
Octal 272 330 115
Decimal 186 216 77
Hex BA D8 4D

RGB Percentages of Color #bad84d

%38.83
%45.09
%16.08

CMYK Percentages of Color #bad84d

%14
%0
%64
%15

Triadic Colors of #bad84d

#bad84d #4dbad8 #d84dba

Analogous Colors of #bad84d

#bad84d #75d84d #d8b14d

Monochromatic Colors of #bad84d

#bad84d

Complementary Color

#bad84d #6b4dd8

#bad84d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad84d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad84d Color CSS Codes

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

#bad84d Text Font Color

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

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


#bad84d Background Color

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

This div background color is #bad84d


#bad84d Border Color

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

This div border color is #bad84d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad84d


Comments

No comments written yet.

Please login to write comment.