Color Hex Logo

#abdb90 Color Hex

#ABDB90
(171,219,144)
0 Favorites   0 Comments

Color spaces of #abdb90

RGB 171219144
HSL0.270.510.71
HSV98°34°86°
CMYK 0.220.000.34   0.14
XYZ47.160161.334635.7387
Yxy61.33460.32700.4252
Hunter Lab78.3164-29.565727.7652
CIE-Lab82.5583-28.984131.9671

#abdb90 color RGB value is (171,219,144).

#abdb90 hex color red value is 171, green value is 219 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #abdb90 hue: 0.27 , saturation: 0.51 and the lightness value of abdb90 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 10010000
Octal 253 333 220
Decimal 171 219 144
Hex AB DB 90

RGB Percentages of Color #abdb90

%32.02
%41.01
%26.97

CMYK Percentages of Color #abdb90

%22
%0
%34
%14

Triadic Colors of #abdb90

#abdb90 #90abdb #db90ab

Analogous Colors of #abdb90

#abdb90 #90db9b #d1db90

Monochromatic Colors of #abdb90

#abdb90

Complementary Color

#abdb90 #c090db

#abdb90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdb90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdb90 Color CSS Codes

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

#abdb90 Text Font Color

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

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


#abdb90 Background Color

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

This div background color is #abdb90


#abdb90 Border Color

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

This div border color is #abdb90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdb90


Comments

No comments written yet.

Please login to write comment.