Color Hex Logo

#abb612 Color Hex

#ABB612
(171,182,18)
0 Favorites   0 Comments

Color spaces of #abb612

RGB 17118218
HSL0.180.820.39
HSV64°90°71°
CMYK 0.060.000.90   0.29
XYZ33.631742.15756.9369
Yxy42.15750.40650.5096
Hunter Lab64.9288-21.166339.1157
CIE-Lab70.9794-21.261270.0856

#abb612 color RGB value is (171,182,18).

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

The process color (four color CMYK) of #abb612 color hex is 0.06, 0.00, 0.90, 0.29. Web safe color of #abb612 is #99cc00. Color #abb612 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110110 00010010
Octal 253 266 22
Decimal 171 182 18
Hex AB B6 12

RGB Percentages of Color #abb612

%46.09
%49.06
%4.85

CMYK Percentages of Color #abb612

%6
%0
%90
%29

Triadic Colors of #abb612

#abb612 #12abb6 #b612ab

Analogous Colors of #abb612

#abb612 #59b612 #b66f12

Monochromatic Colors of #abb612

#abb612

Complementary Color

#abb612 #1d12b6

#abb612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb612 Color CSS Codes

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

#abb612 Text Font Color

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

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


#abb612 Background Color

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

This div background color is #abb612


#abb612 Border Color

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

This div border color is #abb612


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,182,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 #abb612">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb612


Comments

No comments written yet.

Please login to write comment.