Color Hex Logo

#abc114 Color Hex

#ABC114
(171,193,20)
0 Favorites   0 Comments

Color spaces of #abc114

RGB 17119320
HSL0.190.810.42
HSV68°90°76°
CMYK 0.110.000.90   0.24
XYZ35.990846.84847.8075
Yxy46.84840.39700.5168
Hunter Lab68.4459-25.919941.1490
CIE-Lab74.0927-26.597972.2425

#abc114 color RGB value is (171,193,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000001 00010100
Octal 253 301 24
Decimal 171 193 20
Hex AB C1 14

RGB Percentages of Color #abc114

%44.53
%50.26
%5.21

CMYK Percentages of Color #abc114

%11
%0
%90
%24

Triadic Colors of #abc114

#abc114 #14abc1 #c114ab

Analogous Colors of #abc114

#abc114 #55c114 #c18114

Monochromatic Colors of #abc114

#abc114

Complementary Color

#abc114 #2a14c1

#abc114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc114 Color CSS Codes

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

#abc114 Text Font Color

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

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


#abc114 Background Color

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

This div background color is #abc114


#abc114 Border Color

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

This div border color is #abc114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc114


Comments

No comments written yet.

Please login to write comment.