Color Hex Logo

#abc210 Color Hex

#ABC210
(171,194,16)
0 Favorites   0 Comments

Color spaces of #abc210

RGB 17119416
HSL0.190.850.41
HSV68°92°76°
CMYK 0.120.000.92   0.24
XYZ36.179947.27897.7091
Yxy47.27890.39680.5186
Hunter Lab68.7597-26.406441.4844
CIE-Lab74.3678-27.151473.0674

#abc210 color RGB value is (171,194,16).

#abc210 hex color red value is 171, green value is 194 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #abc210 hue: 0.19 , saturation: 0.85 and the lightness value of abc210 is 0.41.

The process color (four color CMYK) of #abc210 color hex is 0.12, 0.00, 0.92, 0.24. Web safe color of #abc210 is #99cc00. Color #abc210 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000010 00010000
Octal 253 302 20
Decimal 171 194 16
Hex AB C2 10

RGB Percentages of Color #abc210

%44.88
%50.92
%4.20

CMYK Percentages of Color #abc210

%12
%0
%92
%24

Triadic Colors of #abc210

#abc210 #10abc2 #c210ab

Analogous Colors of #abc210

#abc210 #52c210 #c28010

Monochromatic Colors of #abc210

#abc210

Complementary Color

#abc210 #2710c2

#abc210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc210 Color CSS Codes

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

#abc210 Text Font Color

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

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


#abc210 Background Color

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

This div background color is #abc210


#abc210 Border Color

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

This div border color is #abc210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc210


Comments

No comments written yet.

Please login to write comment.