Color Hex Logo

#bac7ad Color Hex

#BAC7AD
(186,199,173)
0 Favorites   0 Comments

Color spaces of #bac7ad

RGB 186199173
HSL0.250.190.73
HSV90°13°78°
CMYK 0.070.000.13   0.22
XYZ48.215954.303147.4755
Yxy54.30310.32150.3620
Hunter Lab73.6906-12.165813.3856
CIE-Lab78.6381-9.154711.5108

#bac7ad color RGB value is (186,199,173).

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

The process color (four color CMYK) of #bac7ad color hex is 0.07, 0.00, 0.13, 0.22. Web safe color of #bac7ad is #cccc99. Color #bac7ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000111 10101101
Octal 272 307 255
Decimal 186 199 173
Hex BA C7 AD

RGB Percentages of Color #bac7ad

%33.33
%35.66
%31.00

CMYK Percentages of Color #bac7ad

%7
%0
%13
%22

Triadic Colors of #bac7ad

#bac7ad #adbac7 #c7adba

Analogous Colors of #bac7ad

#bac7ad #adc7ad #c7c7ad

Monochromatic Colors of #bac7ad

#bac7ad

Complementary Color

#bac7ad #baadc7

#bac7ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac7ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac7ad Color CSS Codes

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

#bac7ad Text Font Color

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

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


#bac7ad Background Color

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

This div background color is #bac7ad


#bac7ad Border Color

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

This div border color is #bac7ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac7ad


Comments

No comments written yet.

Please login to write comment.