Color Hex Logo

#bad7af Color Hex

#BAD7AF
(186,215,175)
0 Favorites   0 Comments

Color spaces of #bad7af

RGB 186215175
HSL0.290.330.76
HSV104°19°84°
CMYK 0.130.000.19   0.16
XYZ52.288062.135149.7948
Yxy62.13510.31840.3784
Hunter Lab78.8258-19.539717.7242
CIE-Lab82.9852-16.968016.5753

#bad7af color RGB value is (186,215,175).

#bad7af hex color red value is 186, green value is 215 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bad7af hue: 0.29 , saturation: 0.33 and the lightness value of bad7af is 0.76.

The process color (four color CMYK) of #bad7af color hex is 0.13, 0.00, 0.19, 0.16. Web safe color of #bad7af is #cccc99. Color #bad7af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 10101111
Octal 272 327 257
Decimal 186 215 175
Hex BA D7 AF

RGB Percentages of Color #bad7af

%32.29
%37.33
%30.38

CMYK Percentages of Color #bad7af

%13
%0
%19
%16

Triadic Colors of #bad7af

#bad7af #afbad7 #d7afba

Analogous Colors of #bad7af

#bad7af #afd7b8 #ced7af

Monochromatic Colors of #bad7af

#bad7af

Complementary Color

#bad7af #ccafd7

#bad7af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad7af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad7af Color CSS Codes

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

#bad7af Text Font Color

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

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


#bad7af Background Color

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

This div background color is #bad7af


#bad7af Border Color

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

This div border color is #bad7af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad7af


Comments

No comments written yet.

Please login to write comment.