Color Hex Logo

#abd956 Color Hex

#ABD956
(171,217,86)
0 Favorites   0 Comments

Color spaces of #abd956

RGB 17121786
HSL0.230.630.59
HSV81°60°85°
CMYK 0.210.000.60   0.15
XYZ43.287258.955517.9022
Yxy58.95550.36030.4907
Hunter Lab76.7825-33.737539.9240
CIE-Lab81.2671-34.565358.1352

#abd956 color RGB value is (171,217,86).

#abd956 hex color red value is 171, green value is 217 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #abd956 hue: 0.23 , saturation: 0.63 and the lightness value of abd956 is 0.59.

The process color (four color CMYK) of #abd956 color hex is 0.21, 0.00, 0.60, 0.15. Web safe color of #abd956 is #99cc66. Color #abd956 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011001 01010110
Octal 253 331 126
Decimal 171 217 86
Hex AB D9 56

RGB Percentages of Color #abd956

%36.08
%45.78
%18.14

CMYK Percentages of Color #abd956

%21
%0
%60
%15

Triadic Colors of #abd956

#abd956 #56abd9 #d956ab

Analogous Colors of #abd956

#abd956 #6ad956 #d9c656

Monochromatic Colors of #abd956

#abd956

Complementary Color

#abd956 #8456d9

#abd956 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd956 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd956 Color CSS Codes

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

#abd956 Text Font Color

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

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


#abd956 Background Color

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

This div background color is #abd956


#abd956 Border Color

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

This div border color is #abd956


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd956


Comments

No comments written yet.

Please login to write comment.