Color Hex Logo

#abd760 Color Hex

#ABD760
(171,215,96)
0 Favorites   0 Comments

Color spaces of #abd760

RGB 17121596
HSL0.230.600.61
HSV82°55°84°
CMYK 0.200.000.55   0.16
XYZ43.206358.103320.0042
Yxy58.10330.35620.4790
Hunter Lab76.2255-32.216937.7981
CIE-Lab80.7962-32.775253.1926

#abd760 color RGB value is (171,215,96).

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

The process color (four color CMYK) of #abd760 color hex is 0.20, 0.00, 0.55, 0.16. Web safe color of #abd760 is #99cc66. Color #abd760 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010111 01100000
Octal 253 327 140
Decimal 171 215 96
Hex AB D7 60

RGB Percentages of Color #abd760

%35.48
%44.61
%19.92

CMYK Percentages of Color #abd760

%20
%0
%55
%16

Triadic Colors of #abd760

#abd760 #60abd7 #d760ab

Analogous Colors of #abd760

#abd760 #70d760 #d7c860

Monochromatic Colors of #abd760

#abd760

Complementary Color

#abd760 #8c60d7

#abd760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd760 Color CSS Codes

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

#abd760 Text Font Color

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

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


#abd760 Background Color

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

This div background color is #abd760


#abd760 Border Color

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

This div border color is #abd760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd760


Comments

No comments written yet.

Please login to write comment.