Color Hex Logo

#abca60 Color Hex

#ABCA60
(171,202,96)
0 Favorites   0 Comments

Color spaces of #abca60

RGB 17120296
HSL0.220.500.58
HSV78°52°79°
CMYK 0.150.000.52   0.21
XYZ40.026451.743518.9442
Yxy51.74350.36150.4674
Hunter Lab71.9330-26.558134.7385
CIE-Lab77.1272-26.633648.9116

#abca60 color RGB value is (171,202,96).

#abca60 hex color red value is 171, green value is 202 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #abca60 hue: 0.22 , saturation: 0.50 and the lightness value of abca60 is 0.58.

The process color (four color CMYK) of #abca60 color hex is 0.15, 0.00, 0.52, 0.21. Web safe color of #abca60 is #99cc66. Color #abca60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001010 01100000
Octal 253 312 140
Decimal 171 202 96
Hex AB CA 60

RGB Percentages of Color #abca60

%36.46
%43.07
%20.47

CMYK Percentages of Color #abca60

%15
%0
%52
%21

Triadic Colors of #abca60

#abca60 #60abca #ca60ab

Analogous Colors of #abca60

#abca60 #76ca60 #cab460

Monochromatic Colors of #abca60

#abca60

Complementary Color

#abca60 #7f60ca

#abca60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abca60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abca60 Color CSS Codes

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

#abca60 Text Font Color

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

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


#abca60 Background Color

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

This div background color is #abca60


#abca60 Border Color

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

This div border color is #abca60


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,202,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 #abca60">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abca60


Comments

No comments written yet.

Please login to write comment.