Color Hex Logo

#abb562 Color Hex

#ABB562
(171,181,98)
0 Favorites   0 Comments

Color spaces of #abb562

RGB 17118198
HSL0.190.360.55
HSV67°46°71°
CMYK 0.060.000.46   0.29
XYZ35.523142.587517.9032
Yxy42.58750.37000.4436
Hunter Lab65.2591-17.038829.4157
CIE-Lab71.2741-16.022640.9038

#abb562 color RGB value is (171,181,98).

#abb562 hex color red value is 171, green value is 181 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #abb562 hue: 0.19 , saturation: 0.36 and the lightness value of abb562 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110101 01100010
Octal 253 265 142
Decimal 171 181 98
Hex AB B5 62

RGB Percentages of Color #abb562

%38.00
%40.22
%21.78

CMYK Percentages of Color #abb562

%6
%0
%46
%29

Triadic Colors of #abb562

#abb562 #62abb5 #b562ab

Analogous Colors of #abb562

#abb562 #82b562 #b59662

Monochromatic Colors of #abb562

#abb562

Complementary Color

#abb562 #6c62b5

#abb562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb562 Color CSS Codes

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

#abb562 Text Font Color

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

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


#abb562 Background Color

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

This div background color is #abb562


#abb562 Border Color

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

This div border color is #abb562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb562


Comments

No comments written yet.

Please login to write comment.