Color Hex Logo

#b7ab20 Color Hex

#B7AB20
(183,171,32)
0 Favorites   0 Comments

Color spaces of #b7ab20

RGB 18317132
HSL0.150.700.42
HSV55°83°72°
CMYK 0.000.070.83   0.28
XYZ34.352139.29747.1411
Yxy39.29740.42520.4864
Hunter Lab62.6876-11.887437.1273
CIE-Lab68.9661-10.076365.8383

#b7ab20 color RGB value is (183,171,32).

#b7ab20 hex color red value is 183, green value is 171 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #b7ab20 hue: 0.15 , saturation: 0.70 and the lightness value of b7ab20 is 0.42.

The process color (four color CMYK) of #b7ab20 color hex is 0.00, 0.07, 0.83, 0.28. Web safe color of #b7ab20 is #cc9933. Color #b7ab20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101011 00100000
Octal 267 253 40
Decimal 183 171 32
Hex B7 AB 20

RGB Percentages of Color #b7ab20

%47.41
%44.30
%8.29

CMYK Percentages of Color #b7ab20

%0
%7
%83
%28

Triadic Colors of #b7ab20

#b7ab20 #20b7ab #ab20b7

Analogous Colors of #b7ab20

#b7ab20 #78b720 #b75f20

Monochromatic Colors of #b7ab20

#b7ab20

Complementary Color

#b7ab20 #202cb7

#b7ab20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7ab20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7ab20 Color CSS Codes

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

#b7ab20 Text Font Color

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

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


#b7ab20 Background Color

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

This div background color is #b7ab20


#b7ab20 Border Color

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

This div border color is #b7ab20


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,171,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7ab20


Comments

No comments written yet.

Please login to write comment.