Color Hex Logo

#abcb2e Color Hex

#ABCB2E
(171,203,46)
0 Favorites   0 Comments

Color spaces of #abcb2e

RGB 17120346
HSL0.200.630.49
HSV72°77°80°
CMYK 0.160.000.77   0.20
XYZ38.643751.567110.5015
Yxy51.56710.38370.5120
Hunter Lab71.8102-29.610641.5966
CIE-Lab77.0213-30.543168.6623

#abcb2e color RGB value is (171,203,46).

#abcb2e hex color red value is 171, green value is 203 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #abcb2e hue: 0.20 , saturation: 0.63 and the lightness value of abcb2e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001011 00101110
Octal 253 313 56
Decimal 171 203 46
Hex AB CB 2E

RGB Percentages of Color #abcb2e

%40.71
%48.33
%10.95

CMYK Percentages of Color #abcb2e

%16
%0
%77
%20

Triadic Colors of #abcb2e

#abcb2e #2eabcb #cb2eab

Analogous Colors of #abcb2e

#abcb2e #5dcb2e #cb9d2e

Monochromatic Colors of #abcb2e

#abcb2e

Complementary Color

#abcb2e #4e2ecb

#abcb2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcb2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcb2e Color CSS Codes

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

#abcb2e Text Font Color

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

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


#abcb2e Background Color

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

This div background color is #abcb2e


#abcb2e Border Color

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

This div border color is #abcb2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcb2e


Comments

No comments written yet.

Please login to write comment.