Color Hex Logo

#b2af40 Color Hex

#B2AF40
(178,175,64)
0 Favorites   0 Comments

Color spaces of #b2af40

RGB 17817564
HSL0.160.470.47
HSV58°64°70°
CMYK 0.000.020.64   0.30
XYZ34.615540.495110.8424
Yxy40.49510.40270.4711
Hunter Lab63.6358-14.265234.4431
CIE-Lab69.8207-12.851855.2656

#b2af40 color RGB value is (178,175,64).

#b2af40 hex color red value is 178, green value is 175 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #b2af40 hue: 0.16 , saturation: 0.47 and the lightness value of b2af40 is 0.47.

The process color (four color CMYK) of #b2af40 color hex is 0.00, 0.02, 0.64, 0.30. Web safe color of #b2af40 is #999933. Color #b2af40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101111 01000000
Octal 262 257 100
Decimal 178 175 64
Hex B2 AF 40

RGB Percentages of Color #b2af40

%42.69
%41.97
%15.35

CMYK Percentages of Color #b2af40

%0
%2
%64
%30

Triadic Colors of #b2af40

#b2af40 #40b2af #af40b2

Analogous Colors of #b2af40

#b2af40 #7cb240 #b27640

Monochromatic Colors of #b2af40

#b2af40

Complementary Color

#b2af40 #4043b2

#b2af40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2af40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2af40 Color CSS Codes

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

#b2af40 Text Font Color

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

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


#b2af40 Background Color

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

This div background color is #b2af40


#b2af40 Border Color

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

This div border color is #b2af40


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,175,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2af40


Comments

No comments written yet.

Please login to write comment.