Color Hex Logo

#abd166 Color Hex

#ABD166
(171,209,102)
0 Favorites   0 Comments

Color spaces of #abd166

RGB 171209102
HSL0.230.540.61
HSV81°51°82°
CMYK 0.180.000.51   0.18
XYZ41.993355.218221.0153
Yxy55.21820.35520.4671
Hunter Lab74.3089-29.167235.2485
CIE-Lab79.1668-29.383948.4991

#abd166 color RGB value is (171,209,102).

#abd166 hex color red value is 171, green value is 209 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #abd166 hue: 0.23 , saturation: 0.54 and the lightness value of abd166 is 0.61.

The process color (four color CMYK) of #abd166 color hex is 0.18, 0.00, 0.51, 0.18. Web safe color of #abd166 is #99cc66. Color #abd166 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010001 01100110
Octal 253 321 146
Decimal 171 209 102
Hex AB D1 66

RGB Percentages of Color #abd166

%35.48
%43.36
%21.16

CMYK Percentages of Color #abd166

%18
%0
%51
%18

Triadic Colors of #abd166

#abd166 #66abd1 #d166ab

Analogous Colors of #abd166

#abd166 #76d166 #d1c266

Monochromatic Colors of #abd166

#abd166

Complementary Color

#abd166 #8c66d1

#abd166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd166 Color CSS Codes

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

#abd166 Text Font Color

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

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


#abd166 Background Color

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

This div background color is #abd166


#abd166 Border Color

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

This div border color is #abd166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd166


Comments

No comments written yet.

Please login to write comment.