Color Hex Logo

#bad641 Color Hex

#BAD641
(186,214,65)
0 Favorites   0 Comments

Color spaces of #bad641

RGB 18621465
HSL0.200.650.55
HSV71°70°84°
CMYK 0.130.000.70   0.16
XYZ45.250458.913913.9876
Yxy58.91390.38300.4986
Hunter Lab76.7554-29.089042.9240
CIE-Lab81.2442-28.736966.7470

#bad641 color RGB value is (186,214,65).

#bad641 hex color red value is 186, green value is 214 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #bad641 hue: 0.20 , saturation: 0.65 and the lightness value of bad641 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010110 01000001
Octal 272 326 101
Decimal 186 214 65
Hex BA D6 41

RGB Percentages of Color #bad641

%40.00
%46.02
%13.98

CMYK Percentages of Color #bad641

%13
%0
%70
%16

Triadic Colors of #bad641

#bad641 #41bad6 #d641ba

Analogous Colors of #bad641

#bad641 #70d641 #d6a841

Monochromatic Colors of #bad641

#bad641

Complementary Color

#bad641 #5d41d6

#bad641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad641 Color CSS Codes

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

#bad641 Text Font Color

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

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


#bad641 Background Color

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

This div background color is #bad641


#bad641 Border Color

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

This div border color is #bad641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad641


Comments

No comments written yet.

Please login to write comment.