Color Hex Logo

#b1ae34 Color Hex

#B1AE34
(177,174,52)
0 Favorites   0 Comments

Color spaces of #b1ae34

RGB 17717452
HSL0.160.550.45
HSV59°71°69°
CMYK 0.000.020.71   0.31
XYZ33.887339.86719.1579
Yxy39.86710.40870.4808
Hunter Lab63.1404-14.695235.5988
CIE-Lab69.3748-13.451259.5701

#b1ae34 color RGB value is (177,174,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101110 00110100
Octal 261 256 64
Decimal 177 174 52
Hex B1 AE 34

RGB Percentages of Color #b1ae34

%43.92
%43.18
%12.90

CMYK Percentages of Color #b1ae34

%0
%2
%71
%31

Triadic Colors of #b1ae34

#b1ae34 #34b1ae #ae34b1

Analogous Colors of #b1ae34

#b1ae34 #76b134 #b17034

Monochromatic Colors of #b1ae34

#b1ae34

Complementary Color

#b1ae34 #3437b1

#b1ae34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1ae34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1ae34 Color CSS Codes

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

#b1ae34 Text Font Color

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

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


#b1ae34 Background Color

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

This div background color is #b1ae34


#b1ae34 Border Color

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

This div border color is #b1ae34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1ae34


Comments

No comments written yet.

Please login to write comment.