Color Hex Logo

#abc523 Color Hex

#ABC523
(171,197,35)
0 Favorites   0 Comments

Color spaces of #abc523

RGB 17119735
HSL0.190.700.45
HSV70°82°77°
CMYK 0.130.000.82   0.23
XYZ37.064248.71189.0389
Yxy48.71180.39090.5138
Hunter Lab69.7938-27.346341.1771
CIE-Lab75.2717-28.118870.1184

#abc523 color RGB value is (171,197,35).

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

The process color (four color CMYK) of #abc523 color hex is 0.13, 0.00, 0.82, 0.23. Web safe color of #abc523 is #99cc33. Color #abc523 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000101 00100011
Octal 253 305 43
Decimal 171 197 35
Hex AB C5 23

RGB Percentages of Color #abc523

%42.43
%48.88
%8.68

CMYK Percentages of Color #abc523

%13
%0
%82
%23

Triadic Colors of #abc523

#abc523 #23abc5 #c523ab

Analogous Colors of #abc523

#abc523 #5ac523 #c58e23

Monochromatic Colors of #abc523

#abc523

Complementary Color

#abc523 #3d23c5

#abc523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc523 Color CSS Codes

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

#abc523 Text Font Color

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

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


#abc523 Background Color

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

This div background color is #abc523


#abc523 Border Color

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

This div border color is #abc523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc523


Comments

No comments written yet.

Please login to write comment.