Color Hex Logo

#bad686 Color Hex

#BAD686
(186,214,134)
0 Favorites   0 Comments

Color spaces of #bad686

RGB 186214134
HSL0.230.490.68
HSV81°37°84°
CMYK 0.130.000.37   0.16
XYZ48.599360.253531.6229
Yxy60.25350.34600.4289
Hunter Lab77.6231-24.082930.1820
CIE-Lab81.9758-22.486936.4762

#bad686 color RGB value is (186,214,134).

#bad686 hex color red value is 186, green value is 214 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #bad686 hue: 0.23 , saturation: 0.49 and the lightness value of bad686 is 0.68.

The process color (four color CMYK) of #bad686 color hex is 0.13, 0.00, 0.37, 0.16. Web safe color of #bad686 is #cccc99. Color #bad686 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010110 10000110
Octal 272 326 206
Decimal 186 214 134
Hex BA D6 86

RGB Percentages of Color #bad686

%34.83
%40.07
%25.09

CMYK Percentages of Color #bad686

%13
%0
%37
%16

Triadic Colors of #bad686

#bad686 #86bad6 #d686ba

Analogous Colors of #bad686

#bad686 #92d686 #d6ca86

Monochromatic Colors of #bad686

#bad686

Complementary Color

#bad686 #a286d6

#bad686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad686 Color CSS Codes

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

#bad686 Text Font Color

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

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


#bad686 Background Color

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

This div background color is #bad686


#bad686 Border Color

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

This div border color is #bad686


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad686


Comments

No comments written yet.

Please login to write comment.