Color Hex Logo

#abd08a Color Hex

#ABD08A
(171,208,138)
0 Favorites   0 Comments

Color spaces of #abd08a

RGB 171208138
HSL0.250.430.68
HSV92°34°82°
CMYK 0.180.000.34   0.18
XYZ43.937955.604732.4618
Yxy55.60470.33290.4212
Hunter Lab74.5686-25.317726.3874
CIE-Lab79.3883-24.549030.8541

#abd08a color RGB value is (171,208,138).

#abd08a hex color red value is 171, green value is 208 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #abd08a hue: 0.25 , saturation: 0.43 and the lightness value of abd08a is 0.68.

The process color (four color CMYK) of #abd08a color hex is 0.18, 0.00, 0.34, 0.18. Web safe color of #abd08a is #99cc99. Color #abd08a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010000 10001010
Octal 253 320 212
Decimal 171 208 138
Hex AB D0 8A

RGB Percentages of Color #abd08a

%33.08
%40.23
%26.69

CMYK Percentages of Color #abd08a

%18
%0
%34
%18

Triadic Colors of #abd08a

#abd08a #8aabd0 #d08aab

Analogous Colors of #abd08a

#abd08a #8ad08c #ced08a

Monochromatic Colors of #abd08a

#abd08a

Complementary Color

#abd08a #af8ad0

#abd08a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd08a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd08a Color CSS Codes

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

#abd08a Text Font Color

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

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


#abd08a Background Color

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

This div background color is #abd08a


#abd08a Border Color

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

This div border color is #abd08a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd08a


Comments

No comments written yet.

Please login to write comment.