Color Hex Logo

#bad017 Color Hex

#BAD017
(186,208,23)
0 Favorites   0 Comments

Color spaces of #bad017

RGB 18620823
HSL0.190.800.45
HSV67°89°82°
CMYK 0.110.000.89   0.18
XYZ42.960255.61279.2807
Yxy55.61270.39830.5156
Hunter Lab74.5739-27.674944.8231
CIE-Lab79.3929-27.457876.4528

#bad017 color RGB value is (186,208,23).

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

The process color (four color CMYK) of #bad017 color hex is 0.11, 0.00, 0.89, 0.18. Web safe color of #bad017 is #cccc00. Color #bad017 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010000 00010111
Octal 272 320 27
Decimal 186 208 23
Hex BA D0 17

RGB Percentages of Color #bad017

%44.60
%49.88
%5.52

CMYK Percentages of Color #bad017

%11
%0
%89
%18

Triadic Colors of #bad017

#bad017 #17bad0 #d017ba

Analogous Colors of #bad017

#bad017 #5ed017 #d08a17

Monochromatic Colors of #bad017

#bad017

Complementary Color

#bad017 #2d17d0

#bad017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad017 Color CSS Codes

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

#bad017 Text Font Color

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

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


#bad017 Background Color

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

This div background color is #bad017


#bad017 Border Color

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

This div border color is #bad017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad017


Comments

No comments written yet.

Please login to write comment.