Color Hex Logo

#bad028 Color Hex

#BAD028
(186,208,40)
0 Favorites   0 Comments

Color spaces of #bad028

RGB 18620840
HSL0.190.680.49
HSV68°81°82°
CMYK 0.110.000.81   0.18
XYZ43.188655.704110.4832
Yxy55.70410.39490.5093
Hunter Lab74.6352-27.320343.9168
CIE-Lab79.4451-27.004172.8946

#bad028 color RGB value is (186,208,40).

#bad028 hex color red value is 186, green value is 208 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #bad028 hue: 0.19 , saturation: 0.68 and the lightness value of bad028 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010000 00101000
Octal 272 320 50
Decimal 186 208 40
Hex BA D0 28

RGB Percentages of Color #bad028

%42.86
%47.93
%9.22

CMYK Percentages of Color #bad028

%11
%0
%81
%18

Triadic Colors of #bad028

#bad028 #28bad0 #d028ba

Analogous Colors of #bad028

#bad028 #66d028 #d09228

Monochromatic Colors of #bad028

#bad028

Complementary Color

#bad028 #3e28d0

#bad028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad028 Color CSS Codes

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

#bad028 Text Font Color

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

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


#bad028 Background Color

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

This div background color is #bad028


#bad028 Border Color

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

This div border color is #bad028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad028


Comments

No comments written yet.

Please login to write comment.