Color Hex Logo

#abc69e Color Hex

#ABC69E
(171,198,158)
0 Favorites   0 Comments

Color spaces of #abc69e

RGB 171198158
HSL0.280.260.70
HSV101°20°78°
CMYK 0.140.000.20   0.22
XYZ43.160251.514740.0163
Yxy51.51470.32040.3825
Hunter Lab71.7737-18.265417.1854
CIE-Lab76.9897-16.504917.0680

#abc69e color RGB value is (171,198,158).

#abc69e hex color red value is 171, green value is 198 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #abc69e hue: 0.28 , saturation: 0.26 and the lightness value of abc69e is 0.70.

The process color (four color CMYK) of #abc69e color hex is 0.14, 0.00, 0.20, 0.22. Web safe color of #abc69e is #99cc99. Color #abc69e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000110 10011110
Octal 253 306 236
Decimal 171 198 158
Hex AB C6 9E

RGB Percentages of Color #abc69e

%32.45
%37.57
%29.98

CMYK Percentages of Color #abc69e

%14
%0
%20
%22

Triadic Colors of #abc69e

#abc69e #9eabc6 #c69eab

Analogous Colors of #abc69e

#abc69e #9ec6a5 #bfc69e

Monochromatic Colors of #abc69e

#abc69e

Complementary Color

#abc69e #b99ec6

#abc69e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc69e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc69e Color CSS Codes

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

#abc69e Text Font Color

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

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


#abc69e Background Color

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

This div background color is #abc69e


#abc69e Border Color

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

This div border color is #abc69e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc69e


Comments

No comments written yet.

Please login to write comment.