Color Hex Logo

#abc414 Color Hex

#ABC414
(171,196,20)
0 Favorites   0 Comments

Color spaces of #abc414

RGB 17119620
HSL0.190.810.42
HSV69°90°77°
CMYK 0.130.000.90   0.23
XYZ36.660848.18838.0309
Yxy48.18830.39470.5188
Hunter Lab69.4178-27.212041.7332
CIE-Lab74.9435-28.034572.9244

#abc414 color RGB value is (171,196,20).

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

The process color (four color CMYK) of #abc414 color hex is 0.13, 0.00, 0.90, 0.23. Web safe color of #abc414 is #99cc00. Color #abc414 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000100 00010100
Octal 253 304 24
Decimal 171 196 20
Hex AB C4 14

RGB Percentages of Color #abc414

%44.19
%50.65
%5.17

CMYK Percentages of Color #abc414

%13
%0
%90
%23

Triadic Colors of #abc414

#abc414 #14abc4 #c414ab

Analogous Colors of #abc414

#abc414 #53c414 #c48514

Monochromatic Colors of #abc414

#abc414

Complementary Color

#abc414 #2d14c4

#abc414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc414 Color CSS Codes

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

#abc414 Text Font Color

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

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


#abc414 Background Color

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

This div background color is #abc414


#abc414 Border Color

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

This div border color is #abc414


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,196,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 #abc414">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc414


Comments

No comments written yet.

Please login to write comment.