Color Hex Logo

#abc560 Color Hex

#ABC560
(171,197,96)
0 Favorites   0 Comments

Color spaces of #abc560

RGB 17119796
HSL0.210.470.57
HSV75°51°77°
CMYK 0.130.000.51   0.23
XYZ38.872249.435018.5595
Yxy49.43500.36370.4626
Hunter Lab70.3100-24.355533.5664
CIE-Lab75.7212-24.210547.2483

#abc560 color RGB value is (171,197,96).

#abc560 hex color red value is 171, green value is 197 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #abc560 hue: 0.21 , saturation: 0.47 and the lightness value of abc560 is 0.57.

The process color (four color CMYK) of #abc560 color hex is 0.13, 0.00, 0.51, 0.23. Web safe color of #abc560 is #99cc66. Color #abc560 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000101 01100000
Octal 253 305 140
Decimal 171 197 96
Hex AB C5 60

RGB Percentages of Color #abc560

%36.85
%42.46
%20.69

CMYK Percentages of Color #abc560

%13
%0
%51
%23

Triadic Colors of #abc560

#abc560 #60abc5 #c560ab

Analogous Colors of #abc560

#abc560 #79c560 #c5ad60

Monochromatic Colors of #abc560

#abc560

Complementary Color

#abc560 #7a60c5

#abc560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc560 Color CSS Codes

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

#abc560 Text Font Color

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

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


#abc560 Background Color

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

This div background color is #abc560


#abc560 Border Color

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

This div border color is #abc560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc560


Comments

No comments written yet.

Please login to write comment.