Color Hex Logo

#bad21e Color Hex

#BAD21E
(186,210,30)
0 Favorites   0 Comments

Color spaces of #bad21e

RGB 18621030
HSL0.190.750.47
HSV68°86°82°
CMYK 0.110.000.86   0.18
XYZ43.530656.62609.8639
Yxy56.62600.39570.5147
Hunter Lab75.2502-28.429644.9034
CIE-Lab79.9688-28.249375.6393

#bad21e color RGB value is (186,210,30).

#bad21e hex color red value is 186, green value is 210 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bad21e hue: 0.19 , saturation: 0.75 and the lightness value of bad21e is 0.47.

The process color (four color CMYK) of #bad21e color hex is 0.11, 0.00, 0.86, 0.18. Web safe color of #bad21e is #cccc33. Color #bad21e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010010 00011110
Octal 272 322 36
Decimal 186 210 30
Hex BA D2 1E

RGB Percentages of Color #bad21e

%43.66
%49.30
%7.04

CMYK Percentages of Color #bad21e

%11
%0
%86
%18

Triadic Colors of #bad21e

#bad21e #1ebad2 #d21eba

Analogous Colors of #bad21e

#bad21e #60d21e #d2901e

Monochromatic Colors of #bad21e

#bad21e

Complementary Color

#bad21e #361ed2

#bad21e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad21e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad21e Color CSS Codes

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

#bad21e Text Font Color

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

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


#bad21e Background Color

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

This div background color is #bad21e


#bad21e Border Color

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

This div border color is #bad21e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad21e


Comments

No comments written yet.

Please login to write comment.