Color Hex Logo

#b8b85f Color Hex

#B8B85F
(184,184,95)
0 Favorites   0 Comments

Color spaces of #b8b85f

RGB 18418495
HSL0.170.390.55
HSV60°48°72°
CMYK 0.000.000.48   0.28
XYZ38.973245.297517.5157
Yxy45.29750.38290.4450
Hunter Lab67.3034-14.417531.6822
CIE-Lab73.0874-12.536844.8264

#b8b85f color RGB value is (184,184,95).

#b8b85f hex color red value is 184, green value is 184 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #b8b85f hue: 0.17 , saturation: 0.39 and the lightness value of b8b85f is 0.55.

The process color (four color CMYK) of #b8b85f color hex is 0.00, 0.00, 0.48, 0.28. Web safe color of #b8b85f is #cccc66. Color #b8b85f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111000 01011111
Octal 270 270 137
Decimal 184 184 95
Hex B8 B8 5F

RGB Percentages of Color #b8b85f

%39.74
%39.74
%20.52

CMYK Percentages of Color #b8b85f

%0
%0
%48
%28

Triadic Colors of #b8b85f

#b8b85f #5fb8b8 #b85fb8

Analogous Colors of #b8b85f

#b8b85f #8cb85f #b88c5f

Monochromatic Colors of #b8b85f

#b8b85f

Complementary Color

#b8b85f #5f5fb8

#b8b85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8b85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8b85f Color CSS Codes

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

#b8b85f Text Font Color

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

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


#b8b85f Background Color

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

This div background color is #b8b85f


#b8b85f Border Color

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

This div border color is #b8b85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8b85f


Comments

No comments written yet.

Please login to write comment.