Color Hex Logo

#b7b51d Color Hex

#B7B51D
(183,181,29)
0 Favorites   0 Comments

Color spaces of #b7b51d

RGB 18318129
HSL0.160.730.42
HSV59°84°72°
CMYK 0.000.010.84   0.28
XYZ36.274143.20377.5897
Yxy43.20370.41660.4962
Hunter Lab65.7295-16.518039.1645
CIE-Lab71.6930-15.307868.8850

#b7b51d color RGB value is (183,181,29).

#b7b51d hex color red value is 183, green value is 181 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #b7b51d hue: 0.16 , saturation: 0.73 and the lightness value of b7b51d is 0.42.

The process color (four color CMYK) of #b7b51d color hex is 0.00, 0.01, 0.84, 0.28. Web safe color of #b7b51d is #cccc33. Color #b7b51d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10110101 00011101
Octal 267 265 35
Decimal 183 181 29
Hex B7 B5 1D

RGB Percentages of Color #b7b51d

%46.56
%46.06
%7.38

CMYK Percentages of Color #b7b51d

%0
%1
%84
%28

Triadic Colors of #b7b51d

#b7b51d #1db7b5 #b51db7

Analogous Colors of #b7b51d

#b7b51d #6cb71d #b7681d

Monochromatic Colors of #b7b51d

#b7b51d

Complementary Color

#b7b51d #1d1fb7

#b7b51d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7b51d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7b51d Color CSS Codes

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

#b7b51d Text Font Color

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

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


#b7b51d Background Color

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

This div background color is #b7b51d


#b7b51d Border Color

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

This div border color is #b7b51d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7b51d


Comments

No comments written yet.

Please login to write comment.