Color Hex Logo

#b6af05 Color Hex

#B6AF05
(182,175,5)
0 Favorites   0 Comments

Color spaces of #b6af05

RGB 1821755
HSL0.160.950.37
HSV58°97°71°
CMYK 0.000.040.97   0.29
XYZ34.648840.61606.1571
Yxy40.61600.42550.4988
Hunter Lab63.7307-14.482738.8834
CIE-Lab69.9060-13.105171.3479

#b6af05 color RGB value is (182,175,5).

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

The process color (four color CMYK) of #b6af05 color hex is 0.00, 0.04, 0.97, 0.29. Web safe color of #b6af05 is #cc9900. Color #b6af05 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101111 00000101
Octal 266 257 5
Decimal 182 175 5
Hex B6 AF 5

RGB Percentages of Color #b6af05

%50.28
%48.34
%1.38

CMYK Percentages of Color #b6af05

%0
%4
%97
%29

Triadic Colors of #b6af05

#b6af05 #05b6af #af05b6

Analogous Colors of #b6af05

#b6af05 #65b605 #b65705

Monochromatic Colors of #b6af05

#b6af05

Complementary Color

#b6af05 #050cb6

#b6af05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6af05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6af05 Color CSS Codes

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

#b6af05 Text Font Color

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

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


#b6af05 Background Color

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

This div background color is #b6af05


#b6af05 Border Color

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

This div border color is #b6af05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6af05


Comments

No comments written yet.

Please login to write comment.