Color Hex Logo

#baa370 Color Hex

#BAA370
(186,163,112)
0 Favorites   0 Comments

Color spaces of #baa370

RGB 186163112
HSL0.110.350.58
HSV41°40°73°
CMYK 0.000.120.40   0.27
XYZ36.271537.803320.7143
Yxy37.80330.38270.3988
Hunter Lab61.4844-2.295123.0641
CIE-Lab67.87541.138829.5857

#baa370 color RGB value is (186,163,112).

#baa370 hex color red value is 186, green value is 163 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #baa370 hue: 0.11 , saturation: 0.35 and the lightness value of baa370 is 0.58.

The process color (four color CMYK) of #baa370 color hex is 0.00, 0.12, 0.40, 0.27. Web safe color of #baa370 is #cc9966. Color #baa370 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100011 01110000
Octal 272 243 160
Decimal 186 163 112
Hex BA A3 70

RGB Percentages of Color #baa370

%40.35
%35.36
%24.30

CMYK Percentages of Color #baa370

%0
%12
%40
%27

Triadic Colors of #baa370

#baa370 #70baa3 #a370ba

Analogous Colors of #baa370

#baa370 #acba70 #ba7e70

Monochromatic Colors of #baa370

#baa370

Complementary Color

#baa370 #7087ba

#baa370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa370 Color CSS Codes

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

#baa370 Text Font Color

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

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


#baa370 Background Color

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

This div background color is #baa370


#baa370 Border Color

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

This div border color is #baa370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa370


Comments

No comments written yet.

Please login to write comment.