Color Hex Logo

#bad659 Color Hex

#BAD659
(186,214,89)
0 Favorites   0 Comments

Color spaces of #bad659

RGB 18621489
HSL0.200.600.59
HSV73°58°84°
CMYK 0.130.000.58   0.16
XYZ46.099459.253518.4586
Yxy59.25350.37230.4786
Hunter Lab76.9763-27.808839.6659
CIE-Lab81.4307-27.114157.2937

#bad659 color RGB value is (186,214,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010110 01011001
Octal 272 326 131
Decimal 186 214 89
Hex BA D6 59

RGB Percentages of Color #bad659

%38.04
%43.76
%18.20

CMYK Percentages of Color #bad659

%13
%0
%58
%16

Triadic Colors of #bad659

#bad659 #59bad6 #d659ba

Analogous Colors of #bad659

#bad659 #7cd659 #d6b459

Monochromatic Colors of #bad659

#bad659

Complementary Color

#bad659 #7559d6

#bad659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad659 Color CSS Codes

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

#bad659 Text Font Color

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

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


#bad659 Background Color

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

This div background color is #bad659


#bad659 Border Color

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

This div border color is #bad659


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad659


Comments

No comments written yet.

Please login to write comment.