Color Hex Logo

#b8b035 Color Hex

#B8B035
(184,176,53)
0 Favorites   0 Comments

Color spaces of #b8b035

RGB 18417653
HSL0.160.550.46
HSV56°71°72°
CMYK 0.000.040.71   0.28
XYZ35.935141.49819.4841
Yxy41.49810.41340.4774
Hunter Lab64.4190-13.160036.3643
CIE-Lab70.5235-11.400260.5223

#b8b035 color RGB value is (184,176,53).

#b8b035 hex color red value is 184, green value is 176 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #b8b035 hue: 0.16 , saturation: 0.55 and the lightness value of b8b035 is 0.46.

The process color (four color CMYK) of #b8b035 color hex is 0.00, 0.04, 0.71, 0.28. Web safe color of #b8b035 is #cc9933. Color #b8b035 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10110000 00110101
Octal 270 260 65
Decimal 184 176 53
Hex B8 B0 35

RGB Percentages of Color #b8b035

%44.55
%42.62
%12.83

CMYK Percentages of Color #b8b035

%0
%4
%71
%28

Triadic Colors of #b8b035

#b8b035 #35b8b0 #b035b8

Analogous Colors of #b8b035

#b8b035 #7fb835 #b86f35

Monochromatic Colors of #b8b035

#b8b035

Complementary Color

#b8b035 #353db8

#b8b035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8b035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8b035 Color CSS Codes

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

#b8b035 Text Font Color

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

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


#b8b035 Background Color

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

This div background color is #b8b035


#b8b035 Border Color

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

This div border color is #b8b035


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,176,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8b035; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8b035;
  -webkit-box-shadow: 1px 1px 3px 2px #b8b035;
  box-shadow:         1px 1px 3px 2px #b8b035; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,176,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8b035


Comments

No comments written yet.

Please login to write comment.