Color Hex Logo

#abc57b Color Hex

#ABC57B
(171,197,123)
0 Favorites   0 Comments

Color spaces of #abc57b

RGB 171197123
HSL0.230.390.63
HSV81°38°77°
CMYK 0.130.000.38   0.23
XYZ40.336050.020526.2679
Yxy50.02050.34590.4289
Hunter Lab70.7252-21.966927.4868
CIE-Lab76.0818-21.163934.2573

#abc57b color RGB value is (171,197,123).

#abc57b hex color red value is 171, green value is 197 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #abc57b hue: 0.23 , saturation: 0.39 and the lightness value of abc57b is 0.63.

The process color (four color CMYK) of #abc57b color hex is 0.13, 0.00, 0.38, 0.23. Web safe color of #abc57b is #99cc66. Color #abc57b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000101 01111011
Octal 253 305 173
Decimal 171 197 123
Hex AB C5 7B

RGB Percentages of Color #abc57b

%34.83
%40.12
%25.05

CMYK Percentages of Color #abc57b

%13
%0
%38
%23

Triadic Colors of #abc57b

#abc57b #7babc5 #c57bab

Analogous Colors of #abc57b

#abc57b #86c57b #c5ba7b

Monochromatic Colors of #abc57b

#abc57b

Complementary Color

#abc57b #957bc5

#abc57b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc57b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc57b Color CSS Codes

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

#abc57b Text Font Color

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

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


#abc57b Background Color

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

This div background color is #abc57b


#abc57b Border Color

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

This div border color is #abc57b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc57b


Comments

No comments written yet.

Please login to write comment.