Color Hex Logo

#abc322 Color Hex

#ABC322
(171,195,34)
0 Favorites   0 Comments

Color spaces of #abc322

RGB 17119534
HSL0.190.700.45
HSV69°83°76°
CMYK 0.120.000.83   0.24
XYZ36.598447.80368.8115
Yxy47.80360.39260.5128
Hunter Lab69.1401-26.508740.8419
CIE-Lab74.7009-27.195269.8721

#abc322 color RGB value is (171,195,34).

#abc322 hex color red value is 171, green value is 195 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #abc322 hue: 0.19 , saturation: 0.70 and the lightness value of abc322 is 0.45.

The process color (four color CMYK) of #abc322 color hex is 0.12, 0.00, 0.83, 0.24. Web safe color of #abc322 is #99cc33. Color #abc322 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000011 00100010
Octal 253 303 42
Decimal 171 195 34
Hex AB C3 22

RGB Percentages of Color #abc322

%42.75
%48.75
%8.50

CMYK Percentages of Color #abc322

%12
%0
%83
%24

Triadic Colors of #abc322

#abc322 #22abc3 #c322ab

Analogous Colors of #abc322

#abc322 #5bc322 #c38b22

Monochromatic Colors of #abc322

#abc322

Complementary Color

#abc322 #3a22c3

#abc322 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc322 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc322 Color CSS Codes

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

#abc322 Text Font Color

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

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


#abc322 Background Color

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

This div background color is #abc322


#abc322 Border Color

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

This div border color is #abc322


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc322


Comments

No comments written yet.

Please login to write comment.