Color Hex Logo

#abc08e Color Hex

#ABC08E
(171,192,142)
0 Favorites   0 Comments

Color spaces of #abc08e

RGB 171192142
HSL0.240.280.65
HSV85°26°75°
CMYK 0.110.000.26   0.25
XYZ40.526748.310232.7800
Yxy48.31020.33320.3972
Hunter Lab69.5055-17.556420.6917
CIE-Lab75.0202-15.996522.8877

#abc08e color RGB value is (171,192,142).

#abc08e hex color red value is 171, green value is 192 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #abc08e hue: 0.24 , saturation: 0.28 and the lightness value of abc08e is 0.65.

The process color (four color CMYK) of #abc08e color hex is 0.11, 0.00, 0.26, 0.25. Web safe color of #abc08e is #99cc99. Color #abc08e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000000 10001110
Octal 253 300 216
Decimal 171 192 142
Hex AB C0 8E

RGB Percentages of Color #abc08e

%33.86
%38.02
%28.12

CMYK Percentages of Color #abc08e

%11
%0
%26
%25

Triadic Colors of #abc08e

#abc08e #8eabc0 #c08eab

Analogous Colors of #abc08e

#abc08e #92c08e #c0bc8e

Monochromatic Colors of #abc08e

#abc08e

Complementary Color

#abc08e #a38ec0

#abc08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc08e Color CSS Codes

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

#abc08e Text Font Color

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

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


#abc08e Background Color

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

This div background color is #abc08e


#abc08e Border Color

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

This div border color is #abc08e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,192,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 #abc08e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc08e


Comments

No comments written yet.

Please login to write comment.