Color Hex Logo

#abc101 Color Hex

#ABC101
(171,193,1)
0 Favorites   0 Comments

Color spaces of #abc101

RGB 1711931
HSL0.190.990.38
HSV67°99°76°
CMYK 0.110.000.99   0.24
XYZ35.870046.80007.1715
Yxy46.80000.39930.5209
Hunter Lab68.4105-26.124741.6720
CIE-Lab74.0617-26.869374.5094

#abc101 color RGB value is (171,193,1).

#abc101 hex color red value is 171, green value is 193 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #abc101 hue: 0.19 , saturation: 0.99 and the lightness value of abc101 is 0.38.

The process color (four color CMYK) of #abc101 color hex is 0.11, 0.00, 0.99, 0.24. Web safe color of #abc101 is #99cc00. Color #abc101 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000001 00000001
Octal 253 301 1
Decimal 171 193 1
Hex AB C1 1

RGB Percentages of Color #abc101

%46.85
%52.88
%0.27

CMYK Percentages of Color #abc101

%11
%0
%99
%24

Triadic Colors of #abc101

#abc101 #01abc1 #c101ab

Analogous Colors of #abc101

#abc101 #4bc101 #c17701

Monochromatic Colors of #abc101

#abc101

Complementary Color

#abc101 #1701c1

#abc101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc101 Color CSS Codes

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

#abc101 Text Font Color

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

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


#abc101 Background Color

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

This div background color is #abc101


#abc101 Border Color

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

This div border color is #abc101


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc101


Comments

No comments written yet.

Please login to write comment.