Color Hex Logo

#b1af34 Color Hex

#B1AF34
(177,175,52)
0 Favorites   0 Comments

Color spaces of #b1af34

RGB 17717552
HSL0.160.550.45
HSV59°71°69°
CMYK 0.000.010.71   0.31
XYZ34.081340.25509.2225
Yxy40.25500.40790.4818
Hunter Lab63.4468-15.148335.7945
CIE-Lab69.6508-13.965659.8404

#b1af34 color RGB value is (177,175,52).

#b1af34 hex color red value is 177, green value is 175 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #b1af34 hue: 0.16 , saturation: 0.55 and the lightness value of b1af34 is 0.45.

The process color (four color CMYK) of #b1af34 color hex is 0.00, 0.01, 0.71, 0.31. Web safe color of #b1af34 is #999933. Color #b1af34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101111 00110100
Octal 261 257 64
Decimal 177 175 52
Hex B1 AF 34

RGB Percentages of Color #b1af34

%43.81
%43.32
%12.87

CMYK Percentages of Color #b1af34

%0
%1
%71
%31

Triadic Colors of #b1af34

#b1af34 #34b1af #af34b1

Analogous Colors of #b1af34

#b1af34 #75b134 #b17134

Monochromatic Colors of #b1af34

#b1af34

Complementary Color

#b1af34 #3436b1

#b1af34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1af34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1af34 Color CSS Codes

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

#b1af34 Text Font Color

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

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


#b1af34 Background Color

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

This div background color is #b1af34


#b1af34 Border Color

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

This div border color is #b1af34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1af34


Comments

No comments written yet.

Please login to write comment.