Color Hex Logo

#bad437 Color Hex

#BAD437
(186,212,55)
0 Favorites   0 Comments

Color spaces of #bad437

RGB 18621255
HSL0.190.650.52
HSV70°74°83°
CMYK 0.120.000.74   0.17
XYZ44.482857.801912.4268
Yxy57.80190.38780.5039
Hunter Lab76.0276-28.610143.5283
CIE-Lab80.6285-28.303169.5880

#bad437 color RGB value is (186,212,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010100 00110111
Octal 272 324 67
Decimal 186 212 55
Hex BA D4 37

RGB Percentages of Color #bad437

%41.06
%46.80
%12.14

CMYK Percentages of Color #bad437

%12
%0
%74
%17

Triadic Colors of #bad437

#bad437 #37bad4 #d437ba

Analogous Colors of #bad437

#bad437 #6cd437 #d4a037

Monochromatic Colors of #bad437

#bad437

Complementary Color

#bad437 #5137d4

#bad437 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad437 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad437 Color CSS Codes

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

#bad437 Text Font Color

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

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


#bad437 Background Color

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

This div background color is #bad437


#bad437 Border Color

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

This div border color is #bad437


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad437


Comments

No comments written yet.

Please login to write comment.