Color Hex Logo

#baa108 Color Hex

#BAA108
(186,161,8)
0 Favorites   0 Comments

Color spaces of #baa108

RGB 1861618
HSL0.140.920.38
HSV52°96°73°
CMYK 0.000.130.96   0.27
XYZ33.038435.94645.4268
Yxy35.94640.44400.4831
Hunter Lab59.9553-6.559336.6021
CIE-Lab66.4789-3.954868.6028

#baa108 color RGB value is (186,161,8).

#baa108 hex color red value is 186, green value is 161 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #baa108 hue: 0.14 , saturation: 0.92 and the lightness value of baa108 is 0.38.

The process color (four color CMYK) of #baa108 color hex is 0.00, 0.13, 0.96, 0.27. Web safe color of #baa108 is #cc9900. Color #baa108 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100001 00001000
Octal 272 241 10
Decimal 186 161 8
Hex BA A1 8

RGB Percentages of Color #baa108

%52.39
%45.35
%2.25

CMYK Percentages of Color #baa108

%0
%13
%96
%27

Triadic Colors of #baa108

#baa108 #08baa1 #a108ba

Analogous Colors of #baa108

#baa108 #7aba08 #ba4808

Monochromatic Colors of #baa108

#baa108

Complementary Color

#baa108 #0821ba

#baa108 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa108 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa108 Color CSS Codes

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

#baa108 Text Font Color

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

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


#baa108 Background Color

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

This div background color is #baa108


#baa108 Border Color

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

This div border color is #baa108


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa108


Comments

No comments written yet.

Please login to write comment.