Color Hex Logo

#baa605 Color Hex

#BAA605
(186,166,5)
0 Favorites   0 Comments

Color spaces of #baa605

RGB 1861665
HSL0.150.950.37
HSV53°97°73°
CMYK 0.000.110.97   0.27
XYZ33.913337.72255.6373
Yxy37.72250.43890.4882
Hunter Lab61.4186-8.921037.5511
CIE-Lab67.8156-6.640069.9678

#baa605 color RGB value is (186,166,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100110 00000101
Octal 272 246 5
Decimal 186 166 5
Hex BA A6 5

RGB Percentages of Color #baa605

%52.10
%46.50
%1.40

CMYK Percentages of Color #baa605

%0
%11
%97
%27

Triadic Colors of #baa605

#baa605 #05baa6 #a605ba

Analogous Colors of #baa605

#baa605 #74ba05 #ba4b05

Monochromatic Colors of #baa605

#baa605

Complementary Color

#baa605 #0519ba

#baa605 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa605 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa605 Color CSS Codes

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

#baa605 Text Font Color

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

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


#baa605 Background Color

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

This div background color is #baa605


#baa605 Border Color

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

This div border color is #baa605


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa605


Comments

No comments written yet.

Please login to write comment.