Color Hex Logo

#bac8ad Color Hex

#BAC8AD
(186,200,173)
0 Favorites   0 Comments

Color spaces of #bac8ad

RGB 186200173
HSL0.250.200.73
HSV91°14°78°
CMYK 0.070.000.14   0.22
XYZ48.446854.764847.5524
Yxy54.76480.32130.3632
Hunter Lab74.0032-12.649313.7042
CIE-Lab78.9056-9.672011.8901

#bac8ad color RGB value is (186,200,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001000 10101101
Octal 272 310 255
Decimal 186 200 173
Hex BA C8 AD

RGB Percentages of Color #bac8ad

%33.27
%35.78
%30.95

CMYK Percentages of Color #bac8ad

%7
%0
%14
%22

Triadic Colors of #bac8ad

#bac8ad #adbac8 #c8adba

Analogous Colors of #bac8ad

#bac8ad #adc8ae #c8c8ad

Monochromatic Colors of #bac8ad

#bac8ad

Complementary Color

#bac8ad #bbadc8

#bac8ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac8ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac8ad Color CSS Codes

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

#bac8ad Text Font Color

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

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


#bac8ad Background Color

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

This div background color is #bac8ad


#bac8ad Border Color

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

This div border color is #bac8ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,200,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 #bac8ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac8ad


Comments

No comments written yet.

Please login to write comment.