Color Hex Logo

#b88808 Color Hex

#B88808
(184,136,8)
0 Favorites   0 Comments

Color spaces of #b88808

RGB 1841368
HSL0.120.920.38
HSV44°96°72°
CMYK 0.000.260.96   0.28
XYZ28.615227.81624.0906
Yxy27.81620.47280.4596
Hunter Lab52.74114.550132.3202
CIE-Lab59.72238.722363.5715

#b88808 color RGB value is (184,136,8).

#b88808 hex color red value is 184, green value is 136 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #b88808 hue: 0.12 , saturation: 0.92 and the lightness value of b88808 is 0.38.

The process color (four color CMYK) of #b88808 color hex is 0.00, 0.26, 0.96, 0.28. Web safe color of #b88808 is #cc9900. Color #b88808 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001000 00001000
Octal 270 210 10
Decimal 184 136 8
Hex B8 88 8

RGB Percentages of Color #b88808

%56.10
%41.46
%2.44

CMYK Percentages of Color #b88808

%0
%26
%96
%28

Triadic Colors of #b88808

#b88808 #08b888 #8808b8

Analogous Colors of #b88808

#b88808 #90b808 #b83008

Monochromatic Colors of #b88808

#b88808

Complementary Color

#b88808 #0838b8

#b88808 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88808 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88808 Color CSS Codes

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

#b88808 Text Font Color

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

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


#b88808 Background Color

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

This div background color is #b88808


#b88808 Border Color

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

This div border color is #b88808


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88808


Comments

No comments written yet.

Please login to write comment.