Color Hex Logo

#badd1c Color Hex

#BADD1C
(186,221,28)
0 Favorites   0 Comments

Color spaces of #badd1c

RGB 18622128
HSL0.200.780.49
HSV71°87°87°
CMYK 0.160.000.87   0.13
XYZ46.315862.235810.6702
Yxy62.23580.38850.5220
Hunter Lab78.8897-33.260347.2035
CIE-Lab83.0387-33.431178.5485

#badd1c color RGB value is (186,221,28).

#badd1c hex color red value is 186, green value is 221 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #badd1c hue: 0.20 , saturation: 0.78 and the lightness value of badd1c is 0.49.

The process color (four color CMYK) of #badd1c color hex is 0.16, 0.00, 0.87, 0.13. Web safe color of #badd1c is #cccc33. Color #badd1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011101 00011100
Octal 272 335 34
Decimal 186 221 28
Hex BA DD 1C

RGB Percentages of Color #badd1c

%42.76
%50.80
%6.44

CMYK Percentages of Color #badd1c

%16
%0
%87
%13

Triadic Colors of #badd1c

#badd1c #1cbadd #dd1cba

Analogous Colors of #badd1c

#badd1c #59dd1c #dda01c

Monochromatic Colors of #badd1c

#badd1c

Complementary Color

#badd1c #3f1cdd

#badd1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badd1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#badd1c Color CSS Codes

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

#badd1c Text Font Color

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

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


#badd1c Background Color

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

This div background color is #badd1c


#badd1c Border Color

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

This div border color is #badd1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badd1c


Comments

No comments written yet.

Please login to write comment.