Color Hex Logo

#bad650 Color Hex

#BAD650
(186,214,80)
0 Favorites   0 Comments

Color spaces of #bad650

RGB 18621480
HSL0.200.620.58
HSV73°63°84°
CMYK 0.130.000.63   0.16
XYZ45.744259.111416.5881
Yxy59.11140.37670.4867
Hunter Lab76.8839-28.343441.0266
CIE-Lab81.3528-27.789761.0322

#bad650 color RGB value is (186,214,80).

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

The process color (four color CMYK) of #bad650 color hex is 0.13, 0.00, 0.63, 0.16. Web safe color of #bad650 is #cccc66. Color #bad650 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010110 01010000
Octal 272 326 120
Decimal 186 214 80
Hex BA D6 50

RGB Percentages of Color #bad650

%38.75
%44.58
%16.67

CMYK Percentages of Color #bad650

%13
%0
%63
%16

Triadic Colors of #bad650

#bad650 #50bad6 #d650ba

Analogous Colors of #bad650

#bad650 #77d650 #d6af50

Monochromatic Colors of #bad650

#bad650

Complementary Color

#bad650 #6c50d6

#bad650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad650 Color CSS Codes

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

#bad650 Text Font Color

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

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


#bad650 Background Color

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

This div background color is #bad650


#bad650 Border Color

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

This div border color is #bad650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad650


Comments

No comments written yet.

Please login to write comment.