Color Hex Logo

#abc013 Color Hex

#ABC013
(171,192,19)
0 Favorites   0 Comments

Color spaces of #abc013

RGB 17119219
HSL0.190.820.41
HSV67°90°75°
CMYK 0.110.000.90   0.25
XYZ35.761846.40427.6882
Yxy46.40420.39800.5164
Hunter Lab68.1206-25.502640.9929
CIE-Lab73.8070-26.135572.1754

#abc013 color RGB value is (171,192,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000000 00010011
Octal 253 300 23
Decimal 171 192 19
Hex AB C0 13

RGB Percentages of Color #abc013

%44.76
%50.26
%4.97

CMYK Percentages of Color #abc013

%11
%0
%90
%25

Triadic Colors of #abc013

#abc013 #13abc0 #c013ab

Analogous Colors of #abc013

#abc013 #55c013 #c07f13

Monochromatic Colors of #abc013

#abc013

Complementary Color

#abc013 #2813c0

#abc013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc013 Color CSS Codes

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

#abc013 Text Font Color

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

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


#abc013 Background Color

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

This div background color is #abc013


#abc013 Border Color

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

This div border color is #abc013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc013


Comments

No comments written yet.

Please login to write comment.