Color Hex Logo

#b7ba2d Color Hex

#B7BA2D
(183,186,45)
0 Favorites   0 Comments

Color spaces of #b7ba2d

RGB 18318645
HSL0.170.610.45
HSV61°76°73°
CMYK 0.020.000.76   0.27
XYZ37.561045.37469.2611
Yxy45.37460.40740.4921
Hunter Lab67.3607-18.347739.0010
CIE-Lab73.1379-17.296565.7303

#b7ba2d color RGB value is (183,186,45).

#b7ba2d hex color red value is 183, green value is 186 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #b7ba2d hue: 0.17 , saturation: 0.61 and the lightness value of b7ba2d is 0.45.

The process color (four color CMYK) of #b7ba2d color hex is 0.02, 0.00, 0.76, 0.27. Web safe color of #b7ba2d is #cccc33. Color #b7ba2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10111010 00101101
Octal 267 272 55
Decimal 183 186 45
Hex B7 BA 2D

RGB Percentages of Color #b7ba2d

%44.20
%44.93
%10.87

CMYK Percentages of Color #b7ba2d

%2
%0
%76
%27

Triadic Colors of #b7ba2d

#b7ba2d #2db7ba #ba2db7

Analogous Colors of #b7ba2d

#b7ba2d #71ba2d #ba772d

Monochromatic Colors of #b7ba2d

#b7ba2d

Complementary Color

#b7ba2d #302dba

#b7ba2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7ba2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7ba2d Color CSS Codes

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

#b7ba2d Text Font Color

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

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


#b7ba2d Background Color

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

This div background color is #b7ba2d


#b7ba2d Border Color

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

This div border color is #b7ba2d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,186,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b7ba2d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b7ba2d;
  -webkit-box-shadow: 1px 1px 3px 2px #b7ba2d;
  box-shadow:         1px 1px 3px 2px #b7ba2d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,186,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7ba2d


Comments

No comments written yet.

Please login to write comment.