Color Hex Logo

#baa853 Color Hex

#BAA853
(186,168,83)
0 Favorites   0 Comments

Color spaces of #baa853

RGB 18616883
HSL0.140.430.53
HSV50°55°73°
CMYK 0.000.100.55   0.27
XYZ35.813739.068913.8371
Yxy39.06890.40370.4404
Hunter Lab62.5051-7.108430.6282
CIE-Lab68.8011-4.383845.6567

#baa853 color RGB value is (186,168,83).

#baa853 hex color red value is 186, green value is 168 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #baa853 hue: 0.14 , saturation: 0.43 and the lightness value of baa853 is 0.53.

The process color (four color CMYK) of #baa853 color hex is 0.00, 0.10, 0.55, 0.27. Web safe color of #baa853 is #cc9966. Color #baa853 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101000 01010011
Octal 272 250 123
Decimal 186 168 83
Hex BA A8 53

RGB Percentages of Color #baa853

%42.56
%38.44
%18.99

CMYK Percentages of Color #baa853

%0
%10
%55
%27

Triadic Colors of #baa853

#baa853 #53baa8 #a853ba

Analogous Colors of #baa853

#baa853 #99ba53 #ba7553

Monochromatic Colors of #baa853

#baa853

Complementary Color

#baa853 #5365ba

#baa853 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa853 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa853 Color CSS Codes

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

#baa853 Text Font Color

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

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


#baa853 Background Color

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

This div background color is #baa853


#baa853 Border Color

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

This div border color is #baa853


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa853


Comments

No comments written yet.

Please login to write comment.