Color Hex Logo

#badc21 Color Hex

#BADC21
(186,220,33)
0 Favorites   0 Comments

Color spaces of #badc21

RGB 18622033
HSL0.200.740.50
HSV71°85°86°
CMYK 0.150.000.85   0.14
XYZ46.117461.735310.9243
Yxy61.73530.38830.5198
Hunter Lab78.5718-32.730846.7568
CIE-Lab82.7725-32.846377.3634

#badc21 color RGB value is (186,220,33).

#badc21 hex color red value is 186, green value is 220 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #badc21 hue: 0.20 , saturation: 0.74 and the lightness value of badc21 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 00100001
Octal 272 334 41
Decimal 186 220 33
Hex BA DC 21

RGB Percentages of Color #badc21

%42.37
%50.11
%7.52

CMYK Percentages of Color #badc21

%15
%0
%85
%14

Triadic Colors of #badc21

#badc21 #21badc #dc21ba

Analogous Colors of #badc21

#badc21 #5cdc21 #dca121

Monochromatic Colors of #badc21

#badc21

Complementary Color

#badc21 #4321dc

#badc21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badc21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badc21 Color CSS Codes

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

#badc21 Text Font Color

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

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


#badc21 Background Color

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

This div background color is #badc21


#badc21 Border Color

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

This div border color is #badc21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badc21


Comments

No comments written yet.

Please login to write comment.