Color Hex Logo

#abcc2b Color Hex

#ABCC2B
(171,204,43)
0 Favorites   0 Comments

Color spaces of #abcc2b

RGB 17120443
HSL0.200.650.48
HSV72°79°80°
CMYK 0.160.000.79   0.20
XYZ38.823552.018110.2798
Yxy52.01810.38390.5144
Hunter Lab72.1236-30.131242.0359
CIE-Lab77.2917-31.135069.7785

#abcc2b color RGB value is (171,204,43).

#abcc2b hex color red value is 171, green value is 204 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #abcc2b hue: 0.20 , saturation: 0.65 and the lightness value of abcc2b is 0.48.

The process color (four color CMYK) of #abcc2b color hex is 0.16, 0.00, 0.79, 0.20. Web safe color of #abcc2b is #99cc33. Color #abcc2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 00101011
Octal 253 314 53
Decimal 171 204 43
Hex AB CC 2B

RGB Percentages of Color #abcc2b

%40.91
%48.80
%10.29

CMYK Percentages of Color #abcc2b

%16
%0
%79
%20

Triadic Colors of #abcc2b

#abcc2b #2babcc #cc2bab

Analogous Colors of #abcc2b

#abcc2b #5acc2b #cc9d2b

Monochromatic Colors of #abcc2b

#abcc2b

Complementary Color

#abcc2b #4c2bcc

#abcc2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcc2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcc2b Color CSS Codes

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

#abcc2b Text Font Color

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

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


#abcc2b Background Color

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

This div background color is #abcc2b


#abcc2b Border Color

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

This div border color is #abcc2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcc2b


Comments

No comments written yet.

Please login to write comment.