Color Hex Logo

#abcc66 Color Hex

#ABCC66
(171,204,102)
0 Favorites   0 Comments

Color spaces of #abcc66

RGB 171204102
HSL0.220.500.60
HSV79°50°80°
CMYK 0.160.000.50   0.20
XYZ40.785752.803020.6127
Yxy52.80300.35710.4624
Hunter Lab72.6657-26.976734.0475
CIE-Lab77.7585-26.999846.8140

#abcc66 color RGB value is (171,204,102).

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

The process color (four color CMYK) of #abcc66 color hex is 0.16, 0.00, 0.50, 0.20. Web safe color of #abcc66 is #99cc66. Color #abcc66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 01100110
Octal 253 314 146
Decimal 171 204 102
Hex AB CC 66

RGB Percentages of Color #abcc66

%35.85
%42.77
%21.38

CMYK Percentages of Color #abcc66

%16
%0
%50
%20

Triadic Colors of #abcc66

#abcc66 #66abcc #cc66ab

Analogous Colors of #abcc66

#abcc66 #78cc66 #ccba66

Monochromatic Colors of #abcc66

#abcc66

Complementary Color

#abcc66 #8766cc

#abcc66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcc66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcc66 Color CSS Codes

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

#abcc66 Text Font Color

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

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


#abcc66 Background Color

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

This div background color is #abcc66


#abcc66 Border Color

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

This div border color is #abcc66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcc66


Comments

No comments written yet.

Please login to write comment.