Color Hex Logo

#bad8ac Color Hex

#BAD8AC
(186,216,172)
0 Favorites   0 Comments

Color spaces of #bad8ac

RGB 186216172
HSL0.280.360.76
HSV101°20°85°
CMYK 0.140.000.20   0.15
XYZ52.252062.529448.3451
Yxy62.52940.32030.3833
Hunter Lab79.0755-20.431919.1042
CIE-Lab83.1942-17.962718.4456

#bad8ac color RGB value is (186,216,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011000 10101100
Octal 272 330 254
Decimal 186 216 172
Hex BA D8 AC

RGB Percentages of Color #bad8ac

%32.40
%37.63
%29.97

CMYK Percentages of Color #bad8ac

%14
%0
%20
%15

Triadic Colors of #bad8ac

#bad8ac #acbad8 #d8acba

Analogous Colors of #bad8ac

#bad8ac #acd8b4 #d0d8ac

Monochromatic Colors of #bad8ac

#bad8ac

Complementary Color

#bad8ac #caacd8

#bad8ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad8ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad8ac Color CSS Codes

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

#bad8ac Text Font Color

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

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


#bad8ac Background Color

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

This div background color is #bad8ac


#bad8ac Border Color

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

This div border color is #bad8ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad8ac


Comments

No comments written yet.

Please login to write comment.