Color Hex Logo

#bad148 Color Hex

#BAD148
(186,209,72)
0 Favorites   0 Comments

Color spaces of #bad148

RGB 18620972
HSL0.190.600.55
HSV70°66°82°
CMYK 0.110.000.66   0.18
XYZ44.219956.507914.7074
Yxy56.50790.38310.4895
Hunter Lab75.1717-26.547641.0201
CIE-Lab79.9020-25.937962.7307

#bad148 color RGB value is (186,209,72).

#bad148 hex color red value is 186, green value is 209 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #bad148 hue: 0.19 , saturation: 0.60 and the lightness value of bad148 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010001 01001000
Octal 272 321 110
Decimal 186 209 72
Hex BA D1 48

RGB Percentages of Color #bad148

%39.83
%44.75
%15.42

CMYK Percentages of Color #bad148

%11
%0
%66
%18

Triadic Colors of #bad148

#bad148 #48bad1 #d148ba

Analogous Colors of #bad148

#bad148 #76d148 #d1a448

Monochromatic Colors of #bad148

#bad148

Complementary Color

#bad148 #5f48d1

#bad148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad148 Color CSS Codes

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

#bad148 Text Font Color

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

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


#bad148 Background Color

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

This div background color is #bad148


#bad148 Border Color

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

This div border color is #bad148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad148


Comments

No comments written yet.

Please login to write comment.