Color Hex Logo

#abb555 Color Hex

#ABB555
(171,181,85)
0 Favorites   0 Comments

Color spaces of #abb555

RGB 17118185
HSL0.180.390.52
HSV66°53°71°
CMYK 0.060.000.53   0.29
XYZ34.958242.361614.9284
Yxy42.36160.37900.4592
Hunter Lab65.0858-18.026131.9610
CIE-Lab71.1195-17.275647.0770

#abb555 color RGB value is (171,181,85).

#abb555 hex color red value is 171, green value is 181 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #abb555 hue: 0.18 , saturation: 0.39 and the lightness value of abb555 is 0.52.

The process color (four color CMYK) of #abb555 color hex is 0.06, 0.00, 0.53, 0.29. Web safe color of #abb555 is #99cc66. Color #abb555 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110101 01010101
Octal 253 265 125
Decimal 171 181 85
Hex AB B5 55

RGB Percentages of Color #abb555

%39.13
%41.42
%19.45

CMYK Percentages of Color #abb555

%6
%0
%53
%29

Triadic Colors of #abb555

#abb555 #55abb5 #b555ab

Analogous Colors of #abb555

#abb555 #7bb555 #b58f55

Monochromatic Colors of #abb555

#abb555

Complementary Color

#abb555 #5f55b5

#abb555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb555 Color CSS Codes

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

#abb555 Text Font Color

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

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


#abb555 Background Color

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

This div background color is #abb555


#abb555 Border Color

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

This div border color is #abb555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb555


Comments

No comments written yet.

Please login to write comment.