Color Hex Logo

#bad89b Color Hex

#BAD89B
(186,216,155)
0 Favorites   0 Comments

Color spaces of #bad89b

RGB 186216155
HSL0.250.440.73
HSV90°28°85°
CMYK 0.140.000.28   0.15
XYZ50.722061.917440.2883
Yxy61.91740.33170.4049
Hunter Lab78.6876-22.642324.7247
CIE-Lab82.8695-20.600726.8816

#bad89b color RGB value is (186,216,155).

#bad89b hex color red value is 186, green value is 216 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bad89b hue: 0.25 , saturation: 0.44 and the lightness value of bad89b is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011000 10011011
Octal 272 330 233
Decimal 186 216 155
Hex BA D8 9B

RGB Percentages of Color #bad89b

%33.39
%38.78
%27.83

CMYK Percentages of Color #bad89b

%14
%0
%28
%15

Triadic Colors of #bad89b

#bad89b #9bbad8 #d89bba

Analogous Colors of #bad89b

#bad89b #9cd89b #d8d89b

Monochromatic Colors of #bad89b

#bad89b

Complementary Color

#bad89b #b99bd8

#bad89b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad89b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad89b Color CSS Codes

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

#bad89b Text Font Color

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

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


#bad89b Background Color

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

This div background color is #bad89b


#bad89b Border Color

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

This div border color is #bad89b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad89b


Comments

No comments written yet.

Please login to write comment.