Color Hex Logo

#abc08a Color Hex

#ABC08A
(171,192,138)
0 Favorites   0 Comments

Color spaces of #abc08a

RGB 171192138
HSL0.230.300.65
HSV83°28°75°
CMYK 0.110.000.28   0.25
XYZ40.231748.192231.2263
Yxy48.19220.33620.4028
Hunter Lab69.4206-18.039021.9250
CIE-Lab74.9460-16.592124.9119

#abc08a color RGB value is (171,192,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000000 10001010
Octal 253 300 212
Decimal 171 192 138
Hex AB C0 8A

RGB Percentages of Color #abc08a

%34.13
%38.32
%27.54

CMYK Percentages of Color #abc08a

%11
%0
%28
%25

Triadic Colors of #abc08a

#abc08a #8aabc0 #c08aab

Analogous Colors of #abc08a

#abc08a #90c08a #c0ba8a

Monochromatic Colors of #abc08a

#abc08a

Complementary Color

#abc08a #9f8ac0

#abc08a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc08a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc08a Color CSS Codes

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

#abc08a Text Font Color

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

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


#abc08a Background Color

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

This div background color is #abc08a


#abc08a Border Color

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

This div border color is #abc08a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc08a


Comments

No comments written yet.

Please login to write comment.