Color Hex Logo

#bad426 Color Hex

#BAD426
(186,212,38)
0 Favorites   0 Comments

Color spaces of #bad426

RGB 18621238
HSL0.190.700.49
HSV69°82°83°
CMYK 0.120.000.82   0.17
XYZ44.143057.666010.6378
Yxy57.66600.39260.5128
Hunter Lab75.9381-29.129344.8510
CIE-Lab80.5527-28.967574.3559

#bad426 color RGB value is (186,212,38).

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

The process color (four color CMYK) of #bad426 color hex is 0.12, 0.00, 0.82, 0.17. Web safe color of #bad426 is #cccc33. Color #bad426 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010100 00100110
Octal 272 324 46
Decimal 186 212 38
Hex BA D4 26

RGB Percentages of Color #bad426

%42.66
%48.62
%8.72

CMYK Percentages of Color #bad426

%12
%0
%82
%17

Triadic Colors of #bad426

#bad426 #26bad4 #d426ba

Analogous Colors of #bad426

#bad426 #63d426 #d49726

Monochromatic Colors of #bad426

#bad426

Complementary Color

#bad426 #4026d4

#bad426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad426 Color CSS Codes

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

#bad426 Text Font Color

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

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


#bad426 Background Color

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

This div background color is #bad426


#bad426 Border Color

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

This div border color is #bad426


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,212,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 #bad426">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad426


Comments

No comments written yet.

Please login to write comment.