Color Hex Logo

#abb542 Color Hex

#ABB542
(171,181,66)
0 Favorites   0 Comments

Color spaces of #abb542

RGB 17118166
HSL0.180.470.48
HSV65°64°71°
CMYK 0.060.000.64   0.29
XYZ34.301842.099011.4723
Yxy42.09900.39040.4791
Hunter Lab64.8837-19.179734.9354
CIE-Lab70.9391-18.754455.4324

#abb542 color RGB value is (171,181,66).

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

The process color (four color CMYK) of #abb542 color hex is 0.06, 0.00, 0.64, 0.29. Web safe color of #abb542 is #99cc33. Color #abb542 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110101 01000010
Octal 253 265 102
Decimal 171 181 66
Hex AB B5 42

RGB Percentages of Color #abb542

%40.91
%43.30
%15.79

CMYK Percentages of Color #abb542

%6
%0
%64
%29

Triadic Colors of #abb542

#abb542 #42abb5 #b542ab

Analogous Colors of #abb542

#abb542 #72b542 #b58642

Monochromatic Colors of #abb542

#abb542

Complementary Color

#abb542 #4c42b5

#abb542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb542 Color CSS Codes

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

#abb542 Text Font Color

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

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


#abb542 Background Color

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

This div background color is #abb542


#abb542 Border Color

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

This div border color is #abb542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb542


Comments

No comments written yet.

Please login to write comment.