Color Hex Logo

#abcb4e Color Hex

#ABCB4E
(171,203,78)
0 Favorites   0 Comments

Color spaces of #abcb4e

RGB 17120378
HSL0.210.550.55
HSV75°62°80°
CMYK 0.160.000.62   0.20
XYZ39.525751.919915.1460
Yxy51.91990.37080.4871
Hunter Lab72.0555-28.181737.9761
CIE-Lab77.2329-28.658557.1187

#abcb4e color RGB value is (171,203,78).

#abcb4e hex color red value is 171, green value is 203 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #abcb4e hue: 0.21 , saturation: 0.55 and the lightness value of abcb4e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001011 01001110
Octal 253 313 116
Decimal 171 203 78
Hex AB CB 4E

RGB Percentages of Color #abcb4e

%37.83
%44.91
%17.26

CMYK Percentages of Color #abcb4e

%16
%0
%62
%20

Triadic Colors of #abcb4e

#abcb4e #4eabcb #cb4eab

Analogous Colors of #abcb4e

#abcb4e #6dcb4e #cbad4e

Monochromatic Colors of #abcb4e

#abcb4e

Complementary Color

#abcb4e #6e4ecb

#abcb4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcb4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcb4e Color CSS Codes

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

#abcb4e Text Font Color

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

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


#abcb4e Background Color

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

This div background color is #abcb4e


#abcb4e Border Color

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

This div border color is #abcb4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcb4e


Comments

No comments written yet.

Please login to write comment.