Color Hex Logo

#b7aa05 Color Hex

#B7AA05
(183,170,5)
0 Favorites   0 Comments

Color spaces of #b7aa05

RGB 1831705
HSL0.150.950.37
HSV56°97°72°
CMYK 0.000.070.97   0.28
XYZ33.930638.82775.8497
Yxy38.82770.43160.4939
Hunter Lab62.3119-11.847438.0523
CIE-Lab68.6263-10.074070.4408

#b7aa05 color RGB value is (183,170,5).

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

The process color (four color CMYK) of #b7aa05 color hex is 0.00, 0.07, 0.97, 0.28. Web safe color of #b7aa05 is #cc9900. Color #b7aa05 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101010 00000101
Octal 267 252 5
Decimal 183 170 5
Hex B7 AA 5

RGB Percentages of Color #b7aa05

%51.12
%47.49
%1.40

CMYK Percentages of Color #b7aa05

%0
%7
%97
%28

Triadic Colors of #b7aa05

#b7aa05 #05b7aa #aa05b7

Analogous Colors of #b7aa05

#b7aa05 #6bb705 #b75105

Monochromatic Colors of #b7aa05

#b7aa05

Complementary Color

#b7aa05 #0512b7

#b7aa05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7aa05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7aa05 Color CSS Codes

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

#b7aa05 Text Font Color

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

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


#b7aa05 Background Color

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

This div background color is #b7aa05


#b7aa05 Border Color

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

This div border color is #b7aa05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7aa05


Comments

No comments written yet.

Please login to write comment.