color codes Logo

#abc14e color codes

#ABC14E
(171,193,78)
0 Favorites   0 Comments

Color spaces of #abc14e

RGB 17119378
HSL0.200.480.53
HSV71°60°76°
CMYK 0.110.000.60   0.24
XYZ37.239747.347914.3840
Yxy47.34790.37630.4784
Hunter Lab68.8098-23.813435.7729
CIE-Lab74.4118-23.836654.0224

#abc14e color RGB value is (171,193,78).

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

The process color (four color CMYK) of #abc14e color code is 0.11, 0.00, 0.60, 0.24. Web safe color of #abc14e is #99cc66. Color #abc14e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000001 01001110
Octal 253 301 116
Decimal 171 193 78
Hex AB C1 4E

RGB Percentages of Color #abc14e

%38.69
%43.67
%17.65

CMYK Percentages of Color #abc14e

%11
%0
%60
%24

Triadic Colors of #abc14e

#abc14e #4eabc1 #c14eab

Analogous Colors of #abc14e

#abc14e #72c14e #c19e4e

Monochromatic Colors of #abc14e

#abc14e

Complementary Color

#abc14e #644ec1

#abc14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc14e Color CSS Codes

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

#abc14e Text Font Color

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

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


#abc14e Background Color

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

This div background color is #abc14e


#abc14e Border Color

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

This div border color is #abc14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc14e


Comments

No comments written yet.

Please login to write comment.