Color Hex Logo

#b4bf20 Color Hex

#B4BF20
(180,191,32)
0 Favorites   0 Comments

Color spaces of #b4bf20

RGB 18019132
HSL0.180.710.44
HSV64°83°75°
CMYK 0.060.000.83   0.25
XYZ37.713947.06928.4640
Yxy47.06920.40450.5048
Hunter Lab68.6070-21.939140.7103
CIE-Lab74.2340-21.524070.2197

#b4bf20 color RGB value is (180,191,32).

#b4bf20 hex color red value is 180, green value is 191 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #b4bf20 hue: 0.18 , saturation: 0.71 and the lightness value of b4bf20 is 0.44.

The process color (four color CMYK) of #b4bf20 color hex is 0.06, 0.00, 0.83, 0.25. Web safe color of #b4bf20 is #cccc33. Color #b4bf20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111111 00100000
Octal 264 277 40
Decimal 180 191 32
Hex B4 BF 20

RGB Percentages of Color #b4bf20

%44.67
%47.39
%7.94

CMYK Percentages of Color #b4bf20

%6
%0
%83
%25

Triadic Colors of #b4bf20

#b4bf20 #20b4bf #bf20b4

Analogous Colors of #b4bf20

#b4bf20 #65bf20 #bf7b20

Monochromatic Colors of #b4bf20

#b4bf20

Complementary Color

#b4bf20 #2b20bf

#b4bf20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4bf20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4bf20 Color CSS Codes

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

#b4bf20 Text Font Color

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

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


#b4bf20 Background Color

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

This div background color is #b4bf20


#b4bf20 Border Color

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

This div border color is #b4bf20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4bf20


Comments

No comments written yet.

Please login to write comment.