Color Hex Logo

#bad427 Color Hex

#BAD427
(186,212,39)
0 Favorites   0 Comments

Color spaces of #bad427

RGB 18621239
HSL0.190.690.49
HSV69°82°83°
CMYK 0.120.000.82   0.17
XYZ44.159457.672610.7239
Yxy57.67260.39230.5124
Hunter Lab75.9425-29.104344.7873
CIE-Lab80.5564-28.935474.1144

#bad427 color RGB value is (186,212,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010100 00100111
Octal 272 324 47
Decimal 186 212 39
Hex BA D4 27

RGB Percentages of Color #bad427

%42.56
%48.51
%8.92

CMYK Percentages of Color #bad427

%12
%0
%82
%17

Triadic Colors of #bad427

#bad427 #27bad4 #d427ba

Analogous Colors of #bad427

#bad427 #64d427 #d49827

Monochromatic Colors of #bad427

#bad427

Complementary Color

#bad427 #4127d4

#bad427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad427 Color CSS Codes

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

#bad427 Text Font Color

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

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


#bad427 Background Color

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

This div background color is #bad427


#bad427 Border Color

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

This div border color is #bad427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad427


Comments

No comments written yet.

Please login to write comment.