Color Hex Logo

#abcc6b Color Hex

#ABCC6B
(171,204,107)
0 Favorites   0 Comments

Color spaces of #abcc6b

RGB 171204107
HSL0.220.490.61
HSV80°48°80°
CMYK 0.160.000.48   0.20
XYZ41.041352.905221.9585
Yxy52.90520.35410.4565
Hunter Lab72.7360-26.569233.0159
CIE-Lab77.8190-26.474244.4714

#abcc6b color RGB value is (171,204,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 01101011
Octal 253 314 153
Decimal 171 204 107
Hex AB CC 6B

RGB Percentages of Color #abcc6b

%35.48
%42.32
%22.20

CMYK Percentages of Color #abcc6b

%16
%0
%48
%20

Triadic Colors of #abcc6b

#abcc6b #6babcc #cc6bab

Analogous Colors of #abcc6b

#abcc6b #7bcc6b #ccbd6b

Monochromatic Colors of #abcc6b

#abcc6b

Complementary Color

#abcc6b #8c6bcc

#abcc6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcc6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcc6b Color CSS Codes

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

#abcc6b Text Font Color

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

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


#abcc6b Background Color

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

This div background color is #abcc6b


#abcc6b Border Color

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

This div border color is #abcc6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcc6b


Comments

No comments written yet.

Please login to write comment.