color codes Logo

#b4bf3d color codes

#B4BF3D
(180,191,61)
0 Favorites   0 Comments

Color spaces of #b4bf3d

RGB 18019161
HSL0.180.520.49
HSV65°68°75°
CMYK 0.060.000.68   0.25
XYZ38.295547.301811.5267
Yxy47.30180.39430.4870
Hunter Lab68.7763-20.967538.2066
CIE-Lab74.3824-20.284661.2200

#b4bf3d color RGB value is (180,191,61).

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

The process color (four color CMYK) of #b4bf3d color code is 0.06, 0.00, 0.68, 0.25. Web safe color of #b4bf3d is #cccc33. Color #b4bf3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111111 00111101
Octal 264 277 75
Decimal 180 191 61
Hex B4 BF 3D

RGB Percentages of Color #b4bf3d

%41.67
%44.21
%14.12

CMYK Percentages of Color #b4bf3d

%6
%0
%68
%25

Triadic Colors of #b4bf3d

#b4bf3d #3db4bf #bf3db4

Analogous Colors of #b4bf3d

#b4bf3d #73bf3d #bf893d

Monochromatic Colors of #b4bf3d

#b4bf3d

Complementary Color

#b4bf3d #483dbf

#b4bf3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4bf3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4bf3d Color CSS Codes

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

#b4bf3d Text Font Color

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

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


#b4bf3d Background Color

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

This div background color is #b4bf3d


#b4bf3d Border Color

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

This div border color is #b4bf3d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,191,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4bf3d


Comments

No comments written yet.

Please login to write comment.