Color Hex Logo

#bad989 Color Hex

#BAD989
(186,217,137)
0 Favorites   0 Comments

Color spaces of #bad989

RGB 186217137
HSL0.230.510.69
HSV83°37°85°
CMYK 0.140.000.37   0.15
XYZ49.577961.871032.9962
Yxy61.87100.34320.4283
Hunter Lab78.6581-25.143930.1892
CIE-Lab82.8448-23.566836.0843

#bad989 color RGB value is (186,217,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011001 10001001
Octal 272 331 211
Decimal 186 217 137
Hex BA D9 89

RGB Percentages of Color #bad989

%34.44
%40.19
%25.37

CMYK Percentages of Color #bad989

%14
%0
%37
%15

Triadic Colors of #bad989

#bad989 #89bad9 #d989ba

Analogous Colors of #bad989

#bad989 #92d989 #d9d089

Monochromatic Colors of #bad989

#bad989

Complementary Color

#bad989 #a889d9

#bad989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad989 Color CSS Codes

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

#bad989 Text Font Color

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

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


#bad989 Background Color

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

This div background color is #bad989


#bad989 Border Color

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

This div border color is #bad989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad989


Comments

No comments written yet.

Please login to write comment.