Color Hex Logo

#baa28c Color Hex

#BAA28C
(186,162,140)
0 Favorites   0 Comments

Color spaces of #baa28c

RGB 186162140
HSL0.080.250.64
HSV29°25°73°
CMYK 0.000.130.25   0.27
XYZ37.903738.173230.1814
Yxy38.17320.35670.3592
Hunter Lab61.78451.383914.2863
CIE-Lab68.14815.323814.6792

#baa28c color RGB value is (186,162,140).

#baa28c hex color red value is 186, green value is 162 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #baa28c hue: 0.08 , saturation: 0.25 and the lightness value of baa28c is 0.64.

The process color (four color CMYK) of #baa28c color hex is 0.00, 0.13, 0.25, 0.27. Web safe color of #baa28c is #cc9999. Color #baa28c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100010 10001100
Octal 272 242 214
Decimal 186 162 140
Hex BA A2 8C

RGB Percentages of Color #baa28c

%38.11
%33.20
%28.69

CMYK Percentages of Color #baa28c

%0
%13
%25
%27

Triadic Colors of #baa28c

#baa28c #8cbaa2 #a28cba

Analogous Colors of #baa28c

#baa28c #bab98c #ba8c8d

Monochromatic Colors of #baa28c

#baa28c

Complementary Color

#baa28c #8ca4ba

#baa28c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa28c Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa28c Color CSS Codes

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

#baa28c Text Font Color

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

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


#baa28c Background Color

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

This div background color is #baa28c


#baa28c Border Color

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

This div border color is #baa28c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa28c

#baa28c Color Palettes


Comments

No comments written yet.

Please login to write comment.