Color Hex Logo

#abd57b Color Hex

#ABD57B
(171,213,123)
0 Favorites   0 Comments

Color spaces of #abd57b

RGB 171213123
HSL0.240.520.66
HSV88°42°84°
CMYK 0.200.000.42   0.16
XYZ44.164057.676527.5439
Yxy57.67650.34130.4458
Hunter Lab75.9450-29.101531.6581
CIE-Lab80.5586-28.931339.9916

#abd57b color RGB value is (171,213,123).

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

The process color (four color CMYK) of #abd57b color hex is 0.20, 0.00, 0.42, 0.16. Web safe color of #abd57b is #99cc66. Color #abd57b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010101 01111011
Octal 253 325 173
Decimal 171 213 123
Hex AB D5 7B

RGB Percentages of Color #abd57b

%33.73
%42.01
%24.26

CMYK Percentages of Color #abd57b

%20
%0
%42
%16

Triadic Colors of #abd57b

#abd57b #7babd5 #d57bab

Analogous Colors of #abd57b

#abd57b #7ed57b #d5d27b

Monochromatic Colors of #abd57b

#abd57b

Complementary Color

#abd57b #a57bd5

#abd57b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd57b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd57b Color CSS Codes

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

#abd57b Text Font Color

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

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


#abd57b Background Color

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

This div background color is #abd57b


#abd57b Border Color

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

This div border color is #abd57b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd57b


Comments

No comments written yet.

Please login to write comment.