Color Hex Logo

#bad489 Color Hex

#BAD489
(186,212,137)
0 Favorites   0 Comments

Color spaces of #bad489

RGB 186212137
HSL0.220.470.68
HSV81°35°83°
CMYK 0.120.000.35   0.17
XYZ48.308559.332232.5730
Yxy59.33220.34450.4232
Hunter Lab77.0274-22.849928.8469
CIE-Lab81.4739-21.122534.2975

#bad489 color RGB value is (186,212,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010100 10001001
Octal 272 324 211
Decimal 186 212 137
Hex BA D4 89

RGB Percentages of Color #bad489

%34.77
%39.63
%25.61

CMYK Percentages of Color #bad489

%12
%0
%35
%17

Triadic Colors of #bad489

#bad489 #89bad4 #d489ba

Analogous Colors of #bad489

#bad489 #95d489 #d4c989

Monochromatic Colors of #bad489

#bad489

Complementary Color

#bad489 #a389d4

#bad489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad489 Color CSS Codes

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

#bad489 Text Font Color

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

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


#bad489 Background Color

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

This div background color is #bad489


#bad489 Border Color

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

This div border color is #bad489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad489


Comments

No comments written yet.

Please login to write comment.