Color Hex Logo

#bad8aa Color Hex

#BAD8AA
(186,216,170)
0 Favorites   0 Comments

Color spaces of #bad8aa

RGB 186216170
HSL0.280.370.76
HSV99°21°85°
CMYK 0.140.000.21   0.15
XYZ52.061362.453147.3409
Yxy62.45310.32170.3859
Hunter Lab79.0273-20.706119.8017
CIE-Lab83.1538-18.287619.4399

#bad8aa color RGB value is (186,216,170).

#bad8aa hex color red value is 186, green value is 216 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bad8aa hue: 0.28 , saturation: 0.37 and the lightness value of bad8aa is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011000 10101010
Octal 272 330 252
Decimal 186 216 170
Hex BA D8 AA

RGB Percentages of Color #bad8aa

%32.52
%37.76
%29.72

CMYK Percentages of Color #bad8aa

%14
%0
%21
%15

Triadic Colors of #bad8aa

#bad8aa #aabad8 #d8aaba

Analogous Colors of #bad8aa

#bad8aa #aad8b1 #d1d8aa

Monochromatic Colors of #bad8aa

#bad8aa

Complementary Color

#bad8aa #c8aad8

#bad8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad8aa Color CSS Codes

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

#bad8aa Text Font Color

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

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


#bad8aa Background Color

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

This div background color is #bad8aa


#bad8aa Border Color

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

This div border color is #bad8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad8aa


Comments

No comments written yet.

Please login to write comment.