Color Hex Logo

#bad626 Color Hex

#BAD626
(186,214,38)
0 Favorites   0 Comments

Color spaces of #bad626

RGB 18621438
HSL0.190.700.49
HSV70°82°84°
CMYK 0.130.000.82   0.16
XYZ44.646158.672210.8055
Yxy58.67220.39120.5141
Hunter Lab76.5978-30.004945.2545
CIE-Lab81.1111-29.908674.8370

#bad626 color RGB value is (186,214,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010110 00100110
Octal 272 326 46
Decimal 186 214 38
Hex BA D6 26

RGB Percentages of Color #bad626

%42.47
%48.86
%8.68

CMYK Percentages of Color #bad626

%13
%0
%82
%16

Triadic Colors of #bad626

#bad626 #26bad6 #d626ba

Analogous Colors of #bad626

#bad626 #62d626 #d69a26

Monochromatic Colors of #bad626

#bad626

Complementary Color

#bad626 #4226d6

#bad626 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad626 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad626 Color CSS Codes

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

#bad626 Text Font Color

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

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


#bad626 Background Color

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

This div background color is #bad626


#bad626 Border Color

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

This div border color is #bad626


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad626


Comments

No comments written yet.

Please login to write comment.