Color Hex Logo

#bad439 Color Hex

#BAD439
(186,212,57)
0 Favorites   0 Comments

Color spaces of #bad439

RGB 18621257
HSL0.190.640.53
HSV70°73°83°
CMYK 0.120.000.73   0.17
XYZ44.531757.821512.6845
Yxy57.82150.38710.5026
Hunter Lab76.0404-28.535543.3380
CIE-Lab80.6394-28.208068.9408

#bad439 color RGB value is (186,212,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010100 00111001
Octal 272 324 71
Decimal 186 212 57
Hex BA D4 39

RGB Percentages of Color #bad439

%40.88
%46.59
%12.53

CMYK Percentages of Color #bad439

%12
%0
%73
%17

Triadic Colors of #bad439

#bad439 #39bad4 #d439ba

Analogous Colors of #bad439

#bad439 #6dd439 #d4a139

Monochromatic Colors of #bad439

#bad439

Complementary Color

#bad439 #5339d4

#bad439 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad439 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad439 Color CSS Codes

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

#bad439 Text Font Color

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

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


#bad439 Background Color

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

This div background color is #bad439


#bad439 Border Color

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

This div border color is #bad439


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad439


Comments

No comments written yet.

Please login to write comment.