Color Hex Logo

#abcc8e Color Hex

#ABCC8E
(171,204,142)
0 Favorites   0 Comments

Color spaces of #abcc8e

RGB 171204142
HSL0.260.380.68
HSV92°30°80°
CMYK 0.160.000.30   0.20
XYZ43.269953.796733.6944
Yxy53.79670.33090.4114
Hunter Lab73.3462-23.051624.1052
CIE-Lab78.3430-22.012827.3818

#abcc8e color RGB value is (171,204,142).

#abcc8e hex color red value is 171, green value is 204 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #abcc8e hue: 0.26 , saturation: 0.38 and the lightness value of abcc8e is 0.68.

The process color (four color CMYK) of #abcc8e color hex is 0.16, 0.00, 0.30, 0.20. Web safe color of #abcc8e is #99cc99. Color #abcc8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 10001110
Octal 253 314 216
Decimal 171 204 142
Hex AB CC 8E

RGB Percentages of Color #abcc8e

%33.08
%39.46
%27.47

CMYK Percentages of Color #abcc8e

%16
%0
%30
%20

Triadic Colors of #abcc8e

#abcc8e #8eabcc #cc8eab

Analogous Colors of #abcc8e

#abcc8e #8ecc90 #cacc8e

Monochromatic Colors of #abcc8e

#abcc8e

Complementary Color

#abcc8e #af8ecc

#abcc8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcc8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcc8e Color CSS Codes

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

#abcc8e Text Font Color

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

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


#abcc8e Background Color

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

This div background color is #abcc8e


#abcc8e Border Color

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

This div border color is #abcc8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcc8e


Comments

No comments written yet.

Please login to write comment.