Color Hex Logo

#bad91d Color Hex

#BAD91D
(186,217,29)
0 Favorites   0 Comments

Color spaces of #bad91d

RGB 18621729
HSL0.190.760.48
HSV70°87°85°
CMYK 0.140.000.87   0.15
XYZ45.284360.153510.3865
Yxy60.15350.39100.5194
Hunter Lab77.5587-31.506746.3511
CIE-Lab81.9216-31.558877.4471

#bad91d color RGB value is (186,217,29).

#bad91d hex color red value is 186, green value is 217 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bad91d hue: 0.19 , saturation: 0.76 and the lightness value of bad91d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011001 00011101
Octal 272 331 35
Decimal 186 217 29
Hex BA D9 1D

RGB Percentages of Color #bad91d

%43.06
%50.23
%6.71

CMYK Percentages of Color #bad91d

%14
%0
%87
%15

Triadic Colors of #bad91d

#bad91d #1dbad9 #d91dba

Analogous Colors of #bad91d

#bad91d #5cd91d #d99a1d

Monochromatic Colors of #bad91d

#bad91d

Complementary Color

#bad91d #3c1dd9

#bad91d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad91d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad91d Color CSS Codes

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

#bad91d Text Font Color

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

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


#bad91d Background Color

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

This div background color is #bad91d


#bad91d Border Color

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

This div border color is #bad91d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad91d


Comments

No comments written yet.

Please login to write comment.