Color Hex Logo

#baa608 Color Hex

#BAA608
(186,166,8)
0 Favorites   0 Comments

Color spaces of #baa608

RGB 1861668
HSL0.150.920.38
HSV53°96°73°
CMYK 0.000.110.96   0.27
XYZ33.929737.72915.7239
Yxy37.72910.43850.4876
Hunter Lab61.4240-8.891337.4718
CIE-Lab67.8205-6.603969.5964

#baa608 color RGB value is (186,166,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100110 00001000
Octal 272 246 10
Decimal 186 166 8
Hex BA A6 8

RGB Percentages of Color #baa608

%51.67
%46.11
%2.22

CMYK Percentages of Color #baa608

%0
%11
%96
%27

Triadic Colors of #baa608

#baa608 #08baa6 #a608ba

Analogous Colors of #baa608

#baa608 #75ba08 #ba4d08

Monochromatic Colors of #baa608

#baa608

Complementary Color

#baa608 #081cba

#baa608 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa608 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa608 Color CSS Codes

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

#baa608 Text Font Color

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

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


#baa608 Background Color

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

This div background color is #baa608


#baa608 Border Color

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

This div border color is #baa608


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,166,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 #baa608">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa608


Comments

No comments written yet.

Please login to write comment.