Color Hex Logo

#bad787 Color Hex

#BAD787
(186,215,135)
0 Favorites   0 Comments

Color spaces of #bad787

RGB 186215135
HSL0.230.500.69
HSV82°37°84°
CMYK 0.130.000.37   0.16
XYZ48.923360.789332.0766
Yxy60.78930.34500.4287
Hunter Lab77.9675-24.437330.1848
CIE-Lab82.2653-22.848536.3451

#bad787 color RGB value is (186,215,135).

#bad787 hex color red value is 186, green value is 215 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #bad787 hue: 0.23 , saturation: 0.50 and the lightness value of bad787 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 10000111
Octal 272 327 207
Decimal 186 215 135
Hex BA D7 87

RGB Percentages of Color #bad787

%34.70
%40.11
%25.19

CMYK Percentages of Color #bad787

%13
%0
%37
%16

Triadic Colors of #bad787

#bad787 #87bad7 #d787ba

Analogous Colors of #bad787

#bad787 #92d787 #d7cc87

Monochromatic Colors of #bad787

#bad787

Complementary Color

#bad787 #a487d7

#bad787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad787 Color CSS Codes

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

#bad787 Text Font Color

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

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


#bad787 Background Color

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

This div background color is #bad787


#bad787 Border Color

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

This div border color is #bad787


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad787


Comments

No comments written yet.

Please login to write comment.