Color Hex Logo

#bac1ad Color Hex

#BAC1AD
(186,193,173)
0 Favorites   0 Comments

Color spaces of #bac1ad

RGB 186193173
HSL0.230.140.72
HSV81°10°76°
CMYK 0.040.000.10   0.24
XYZ46.862551.596247.0243
Yxy51.59620.32210.3547
Hunter Lab71.8305-9.249311.4668
CIE-Lab77.0388-6.02749.2352

#bac1ad color RGB value is (186,193,173).

#bac1ad hex color red value is 186, green value is 193 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bac1ad hue: 0.23 , saturation: 0.14 and the lightness value of bac1ad is 0.72.

The process color (four color CMYK) of #bac1ad color hex is 0.04, 0.00, 0.10, 0.24. Web safe color of #bac1ad is #cccc99. Color #bac1ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000001 10101101
Octal 272 301 255
Decimal 186 193 173
Hex BA C1 AD

RGB Percentages of Color #bac1ad

%33.70
%34.96
%31.34

CMYK Percentages of Color #bac1ad

%4
%0
%10
%24

Triadic Colors of #bac1ad

#bac1ad #adbac1 #c1adba

Analogous Colors of #bac1ad

#bac1ad #b0c1ad #c1bead

Monochromatic Colors of #bac1ad

#bac1ad

Complementary Color

#bac1ad #b4adc1

#bac1ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac1ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac1ad Color CSS Codes

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

#bac1ad Text Font Color

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

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


#bac1ad Background Color

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

This div background color is #bac1ad


#bac1ad Border Color

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

This div border color is #bac1ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac1ad


Comments

No comments written yet.

Please login to write comment.