Color Hex Logo

#bad987 Color Hex

#BAD987
(186,217,135)
0 Favorites   0 Comments

Color spaces of #bad987

RGB 186217135
HSL0.230.520.69
HSV83°38°85°
CMYK 0.140.000.38   0.15
XYZ49.435761.814132.2474
Yxy61.81410.34450.4308
Hunter Lab78.6219-25.351630.7171
CIE-Lab82.8145-23.821337.0560

#bad987 color RGB value is (186,217,135).

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

The process color (four color CMYK) of #bad987 color hex is 0.14, 0.00, 0.38, 0.15. Web safe color of #bad987 is #cccc99. Color #bad987 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011001 10000111
Octal 272 331 207
Decimal 186 217 135
Hex BA D9 87

RGB Percentages of Color #bad987

%34.57
%40.33
%25.09

CMYK Percentages of Color #bad987

%14
%0
%38
%15

Triadic Colors of #bad987

#bad987 #87bad9 #d987ba

Analogous Colors of #bad987

#bad987 #91d987 #d9cf87

Monochromatic Colors of #bad987

#bad987

Complementary Color

#bad987 #a687d9

#bad987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad987 Color CSS Codes

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

#bad987 Text Font Color

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

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


#bad987 Background Color

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

This div background color is #bad987


#bad987 Border Color

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

This div border color is #bad987


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,217,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 #bad987">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad987


Comments

No comments written yet.

Please login to write comment.