Color Hex Logo

#abb316 Color Hex

#ABB316
(171,179,22)
0 Favorites   0 Comments

Color spaces of #abb316

RGB 17117922
HSL0.180.780.39
HSV63°88°70°
CMYK 0.040.000.88   0.30
XYZ33.059540.95616.9219
Yxy40.95610.40850.5060
Hunter Lab63.9970-19.785338.3851
CIE-Lab70.1452-19.682668.7049

#abb316 color RGB value is (171,179,22).

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

The process color (four color CMYK) of #abb316 color hex is 0.04, 0.00, 0.88, 0.30. Web safe color of #abb316 is #99cc00. Color #abb316 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110011 00010110
Octal 253 263 26
Decimal 171 179 22
Hex AB B3 16

RGB Percentages of Color #abb316

%45.97
%48.12
%5.91

CMYK Percentages of Color #abb316

%4
%0
%88
%30

Triadic Colors of #abb316

#abb316 #16abb3 #b316ab

Analogous Colors of #abb316

#abb316 #5db316 #b36d16

Monochromatic Colors of #abb316

#abb316

Complementary Color

#abb316 #1e16b3

#abb316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb316 Color CSS Codes

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

#abb316 Text Font Color

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

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


#abb316 Background Color

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

This div background color is #abb316


#abb316 Border Color

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

This div border color is #abb316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb316


Comments

No comments written yet.

Please login to write comment.