Color Hex Logo

#abdb66 Color Hex

#ABDB66
(171,219,102)
0 Favorites   0 Comments

Color spaces of #abdb66

RGB 171219102
HSL0.240.620.63
HSV85°53°86°
CMYK 0.220.000.53   0.14
XYZ44.524460.280321.8589
Yxy60.28030.35150.4759
Hunter Lab77.6404-33.506437.6557
CIE-Lab81.9903-34.051951.8409

#abdb66 color RGB value is (171,219,102).

#abdb66 hex color red value is 171, green value is 219 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #abdb66 hue: 0.24 , saturation: 0.62 and the lightness value of abdb66 is 0.63.

The process color (four color CMYK) of #abdb66 color hex is 0.22, 0.00, 0.53, 0.14. Web safe color of #abdb66 is #99cc66. Color #abdb66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 01100110
Octal 253 333 146
Decimal 171 219 102
Hex AB DB 66

RGB Percentages of Color #abdb66

%34.76
%44.51
%20.73

CMYK Percentages of Color #abdb66

%22
%0
%53
%14

Triadic Colors of #abdb66

#abdb66 #66abdb #db66ab

Analogous Colors of #abdb66

#abdb66 #71db66 #dbd166

Monochromatic Colors of #abdb66

#abdb66

Complementary Color

#abdb66 #9666db

#abdb66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdb66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdb66 Color CSS Codes

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

#abdb66 Text Font Color

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

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


#abdb66 Background Color

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

This div background color is #abdb66


#abdb66 Border Color

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

This div border color is #abdb66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdb66


Comments

No comments written yet.

Please login to write comment.