Color Hex Logo

#abc16b Color Hex

#ABC16B
(171,193,107)
0 Favorites   0 Comments

Color spaces of #abc16b

RGB 171193107
HSL0.210.410.59
HSV75°45°76°
CMYK 0.110.000.45   0.24
XYZ38.518447.859421.1176
Yxy47.85940.35830.4452
Hunter Lab69.1805-21.680430.3279
CIE-Lab74.7362-21.094340.6729

#abc16b color RGB value is (171,193,107).

#abc16b hex color red value is 171, green value is 193 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #abc16b hue: 0.21 , saturation: 0.41 and the lightness value of abc16b is 0.59.

The process color (four color CMYK) of #abc16b color hex is 0.11, 0.00, 0.45, 0.24. Web safe color of #abc16b is #99cc66. Color #abc16b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000001 01101011
Octal 253 301 153
Decimal 171 193 107
Hex AB C1 6B

RGB Percentages of Color #abc16b

%36.31
%40.98
%22.72

CMYK Percentages of Color #abc16b

%11
%0
%45
%24

Triadic Colors of #abc16b

#abc16b #6babc1 #c16bab

Analogous Colors of #abc16b

#abc16b #80c16b #c1ac6b

Monochromatic Colors of #abc16b

#abc16b

Complementary Color

#abc16b #816bc1

#abc16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc16b Color CSS Codes

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

#abc16b Text Font Color

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

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


#abc16b Background Color

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

This div background color is #abc16b


#abc16b Border Color

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

This div border color is #abc16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc16b


Comments

No comments written yet.

Please login to write comment.