Color Hex Logo

#abc161 Color Hex

#ABC161
(171,193,97)
0 Favorites   0 Comments

Color spaces of #abc161

RGB 17119397
HSL0.200.440.57
HSV74°50°76°
CMYK 0.110.000.50   0.24
XYZ38.022247.660918.5048
Yxy47.66090.36490.4575
Hunter Lab69.0369-22.505332.4336
CIE-Lab74.6105-22.148645.4425

#abc161 color RGB value is (171,193,97).

#abc161 hex color red value is 171, green value is 193 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #abc161 hue: 0.20 , saturation: 0.44 and the lightness value of abc161 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000001 01100001
Octal 253 301 141
Decimal 171 193 97
Hex AB C1 61

RGB Percentages of Color #abc161

%37.09
%41.87
%21.04

CMYK Percentages of Color #abc161

%11
%0
%50
%24

Triadic Colors of #abc161

#abc161 #61abc1 #c161ab

Analogous Colors of #abc161

#abc161 #7bc161 #c1a761

Monochromatic Colors of #abc161

#abc161

Complementary Color

#abc161 #7761c1

#abc161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc161 Color CSS Codes

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

#abc161 Text Font Color

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

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


#abc161 Background Color

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

This div background color is #abc161


#abc161 Border Color

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

This div border color is #abc161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc161


Comments

No comments written yet.

Please login to write comment.