Color Hex Logo

#bad487 Color Hex

#BAD487
(186,212,135)
0 Favorites   0 Comments

Color spaces of #bad487

RGB 186212135
HSL0.220.470.68
HSV80°36°83°
CMYK 0.120.000.36   0.17
XYZ48.166459.275331.8243
Yxy59.27530.34590.4256
Hunter Lab76.9905-23.061029.3856
CIE-Lab81.4427-21.379835.2765

#bad487 color RGB value is (186,212,135).

#bad487 hex color red value is 186, green value is 212 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #bad487 hue: 0.22 , saturation: 0.47 and the lightness value of bad487 is 0.68.

The process color (four color CMYK) of #bad487 color hex is 0.12, 0.00, 0.36, 0.17. Web safe color of #bad487 is #cccc99. Color #bad487 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010100 10000111
Octal 272 324 207
Decimal 186 212 135
Hex BA D4 87

RGB Percentages of Color #bad487

%34.90
%39.77
%25.33

CMYK Percentages of Color #bad487

%12
%0
%36
%17

Triadic Colors of #bad487

#bad487 #87bad4 #d487ba

Analogous Colors of #bad487

#bad487 #94d487 #d4c887

Monochromatic Colors of #bad487

#bad487

Complementary Color

#bad487 #a187d4

#bad487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad487 Color CSS Codes

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

#bad487 Text Font Color

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

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


#bad487 Background Color

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

This div background color is #bad487


#bad487 Border Color

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

This div border color is #bad487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad487


Comments

No comments written yet.

Please login to write comment.