Color Hex Logo

#bad34d Color Hex

#BAD34D
(186,211,77)
0 Favorites   0 Comments

Color spaces of #bad34d

RGB 18621177
HSL0.200.600.56
HSV71°64°83°
CMYK 0.120.000.64   0.17
XYZ44.883557.563515.7664
Yxy57.56350.37970.4869
Hunter Lab75.8706-27.176640.7886
CIE-Lab80.4955-26.567661.3478

#bad34d color RGB value is (186,211,77).

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

The process color (four color CMYK) of #bad34d color hex is 0.12, 0.00, 0.64, 0.17. Web safe color of #bad34d is #cccc66. Color #bad34d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 01001101
Octal 272 323 115
Decimal 186 211 77
Hex BA D3 4D

RGB Percentages of Color #bad34d

%39.24
%44.51
%16.24

CMYK Percentages of Color #bad34d

%12
%0
%64
%17

Triadic Colors of #bad34d

#bad34d #4dbad3 #d34dba

Analogous Colors of #bad34d

#bad34d #77d34d #d3a94d

Monochromatic Colors of #bad34d

#bad34d

Complementary Color

#bad34d #664dd3

#bad34d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad34d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad34d Color CSS Codes

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

#bad34d Text Font Color

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

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


#bad34d Background Color

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

This div background color is #bad34d


#bad34d Border Color

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

This div border color is #bad34d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad34d


Comments

No comments written yet.

Please login to write comment.