Color Hex Logo

#baa88f Color Hex

#BAA88F
(186,168,143)
0 Favorites   0 Comments

Color spaces of #baa88f

RGB 186168143
HSL0.100.240.65
HSV35°23°73°
CMYK 0.000.100.23   0.27
XYZ39.210340.427531.7233
Yxy40.42750.35210.3630
Hunter Lab63.5826-1.191714.9263
CIE-Lab69.77292.501215.2968

#baa88f color RGB value is (186,168,143).

#baa88f hex color red value is 186, green value is 168 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #baa88f hue: 0.10 , saturation: 0.24 and the lightness value of baa88f is 0.65.

The process color (four color CMYK) of #baa88f color hex is 0.00, 0.10, 0.23, 0.27. Web safe color of #baa88f is #cc9999. Color #baa88f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101000 10001111
Octal 272 250 217
Decimal 186 168 143
Hex BA A8 8F

RGB Percentages of Color #baa88f

%37.42
%33.80
%28.77

CMYK Percentages of Color #baa88f

%0
%10
%23
%27

Triadic Colors of #baa88f

#baa88f #8fbaa8 #a88fba

Analogous Colors of #baa88f

#baa88f #b7ba8f #ba938f

Monochromatic Colors of #baa88f

#baa88f

Complementary Color

#baa88f #8fa1ba

#baa88f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa88f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa88f Color CSS Codes

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

#baa88f Text Font Color

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

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


#baa88f Background Color

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

This div background color is #baa88f


#baa88f Border Color

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

This div border color is #baa88f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa88f


Comments

No comments written yet.

Please login to write comment.