Color Hex Logo

#abb912 Color Hex

#ABB912
(171,185,18)
0 Favorites   0 Comments

Color spaces of #abb912

RGB 17118518
HSL0.180.820.40
HSV65°90°73°
CMYK 0.080.000.90   0.27
XYZ34.252743.39957.1439
Yxy43.39950.40390.5118
Hunter Lab65.8783-22.477939.6853
CIE-Lab71.8253-22.744070.7573

#abb912 color RGB value is (171,185,18).

#abb912 hex color red value is 171, green value is 185 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #abb912 hue: 0.18 , saturation: 0.82 and the lightness value of abb912 is 0.40.

The process color (four color CMYK) of #abb912 color hex is 0.08, 0.00, 0.90, 0.27. Web safe color of #abb912 is #99cc00. Color #abb912 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111001 00010010
Octal 253 271 22
Decimal 171 185 18
Hex AB B9 12

RGB Percentages of Color #abb912

%45.72
%49.47
%4.81

CMYK Percentages of Color #abb912

%8
%0
%90
%27

Triadic Colors of #abb912

#abb912 #12abb9 #b912ab

Analogous Colors of #abb912

#abb912 #57b912 #b97412

Monochromatic Colors of #abb912

#abb912

Complementary Color

#abb912 #2012b9

#abb912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb912 Color CSS Codes

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

#abb912 Text Font Color

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

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


#abb912 Background Color

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

This div background color is #abb912


#abb912 Border Color

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

This div border color is #abb912


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb912


Comments

No comments written yet.

Please login to write comment.