Color Hex Logo

#baa283 Color Hex

#BAA283
(186,162,131)
0 Favorites   0 Comments

Color spaces of #baa283

RGB 186162131
HSL0.090.280.62
HSV34°30°73°
CMYK 0.000.130.30   0.27
XYZ37.266837.918526.8276
Yxy37.91850.36530.3717
Hunter Lab61.57800.266117.2738
CIE-Lab67.96054.059319.3769

#baa283 color RGB value is (186,162,131).

#baa283 hex color red value is 186, green value is 162 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #baa283 hue: 0.09 , saturation: 0.28 and the lightness value of baa283 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100010 10000011
Octal 272 242 203
Decimal 186 162 131
Hex BA A2 83

RGB Percentages of Color #baa283

%38.83
%33.82
%27.35

CMYK Percentages of Color #baa283

%0
%13
%30
%27

Triadic Colors of #baa283

#baa283 #83baa2 #a283ba

Analogous Colors of #baa283

#baa283 #b7ba83 #ba8783

Monochromatic Colors of #baa283

#baa283

Complementary Color

#baa283 #839bba

#baa283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa283 Color CSS Codes

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

#baa283 Text Font Color

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

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


#baa283 Background Color

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

This div background color is #baa283


#baa283 Border Color

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

This div border color is #baa283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa283


Comments

No comments written yet.

Please login to write comment.