Color Hex Logo

#abc28e Color Hex

#ABC28E
(171,194,142)
0 Favorites   0 Comments

Color spaces of #abc28e

RGB 171194142
HSL0.240.300.66
HSV87°27°76°
CMYK 0.120.000.27   0.24
XYZ40.968949.194532.9274
Yxy49.19450.33280.3997
Hunter Lab70.1388-18.478921.2628
CIE-Lab75.5722-17.012023.6388

#abc28e color RGB value is (171,194,142).

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

The process color (four color CMYK) of #abc28e color hex is 0.12, 0.00, 0.27, 0.24. Web safe color of #abc28e is #99cc99. Color #abc28e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000010 10001110
Octal 253 302 216
Decimal 171 194 142
Hex AB C2 8E

RGB Percentages of Color #abc28e

%33.73
%38.26
%28.01

CMYK Percentages of Color #abc28e

%12
%0
%27
%24

Triadic Colors of #abc28e

#abc28e #8eabc2 #c28eab

Analogous Colors of #abc28e

#abc28e #91c28e #c2bf8e

Monochromatic Colors of #abc28e

#abc28e

Complementary Color

#abc28e #a58ec2

#abc28e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc28e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc28e Color CSS Codes

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

#abc28e Text Font Color

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

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


#abc28e Background Color

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

This div background color is #abc28e


#abc28e Border Color

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

This div border color is #abc28e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc28e


Comments

No comments written yet.

Please login to write comment.