Color Hex Logo

#888a2b Color Hex

#888A2B
(136,138,43)
0 Favorites   0 Comments

Color spaces of #888a2b

RGB 13613843
HSL0.170.520.35
HSV61°69°54°
CMYK 0.010.000.69   0.46
XYZ19.677923.58565.8008
Yxy23.58560.40110.4807
Hunter Lab48.5650-12.662926.9137
CIE-Lab55.6705-13.134548.3141

#888a2b color RGB value is (136,138,43).

#888a2b hex color red value is 136, green value is 138 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #888a2b hue: 0.17 , saturation: 0.52 and the lightness value of 888a2b is 0.35.

The process color (four color CMYK) of #888a2b color hex is 0.01, 0.00, 0.69, 0.46. Web safe color of #888a2b is #999933. Color #888a2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001010 00101011
Octal 210 212 53
Decimal 136 138 43
Hex 88 8A 2B

RGB Percentages of Color #888a2b

%42.90
%43.53
%13.56

CMYK Percentages of Color #888a2b

%1
%0
%69
%46

Triadic Colors of #888a2b

#888a2b #2b888a #8a2b88

Analogous Colors of #888a2b

#888a2b #598a2b #8a5c2b

Monochromatic Colors of #888a2b

#888a2b

Complementary Color

#888a2b #2d2b8a

#888a2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888a2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#888a2b Color CSS Codes

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

#888a2b Text Font Color

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

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


#888a2b Background Color

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

This div background color is #888a2b


#888a2b Border Color

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

This div border color is #888a2b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,138,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #888a2b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #888a2b;
  -webkit-box-shadow: 1px 1px 3px 2px #888a2b;
  box-shadow:         1px 1px 3px 2px #888a2b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888a2b


Comments

No comments written yet.

Please login to write comment.