Color Hex Logo

#abd68a Color Hex

#ABD68A
(171,214,138)
0 Favorites   0 Comments

Color spaces of #abd68a

RGB 171214138
HSL0.260.480.69
HSV94°36°84°
CMYK 0.200.000.36   0.16
XYZ45.428658.586032.9587
Yxy58.58600.33170.4277
Hunter Lab76.5415-28.005028.0488
CIE-Lab81.0635-27.446033.0641

#abd68a color RGB value is (171,214,138).

#abd68a hex color red value is 171, green value is 214 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #abd68a hue: 0.26 , saturation: 0.48 and the lightness value of abd68a is 0.69.

The process color (four color CMYK) of #abd68a color hex is 0.20, 0.00, 0.36, 0.16. Web safe color of #abd68a is #99cc99. Color #abd68a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010110 10001010
Octal 253 326 212
Decimal 171 214 138
Hex AB D6 8A

RGB Percentages of Color #abd68a

%32.70
%40.92
%26.39

CMYK Percentages of Color #abd68a

%20
%0
%36
%16

Triadic Colors of #abd68a

#abd68a #8aabd6 #d68aab

Analogous Colors of #abd68a

#abd68a #8ad68f #d1d68a

Monochromatic Colors of #abd68a

#abd68a

Complementary Color

#abd68a #b58ad6

#abd68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd68a Color CSS Codes

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

#abd68a Text Font Color

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

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


#abd68a Background Color

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

This div background color is #abd68a


#abd68a Border Color

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

This div border color is #abd68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd68a


Comments

No comments written yet.

Please login to write comment.