Color Hex Logo

#abd776 Color Hex

#ABD776
(171,215,118)
0 Favorites   0 Comments

Color spaces of #abd776

RGB 171215118
HSL0.240.550.65
HSV87°45°84°
CMYK 0.200.000.45   0.16
XYZ44.365058.566826.1058
Yxy58.56680.34380.4539
Hunter Lab76.5289-30.446533.3451
CIE-Lab81.0529-30.475343.0847

#abd776 color RGB value is (171,215,118).

#abd776 hex color red value is 171, green value is 215 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #abd776 hue: 0.24 , saturation: 0.55 and the lightness value of abd776 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010111 01110110
Octal 253 327 166
Decimal 171 215 118
Hex AB D7 76

RGB Percentages of Color #abd776

%33.93
%42.66
%23.41

CMYK Percentages of Color #abd776

%20
%0
%45
%16

Triadic Colors of #abd776

#abd776 #76abd7 #d776ab

Analogous Colors of #abd776

#abd776 #7bd776 #d7d376

Monochromatic Colors of #abd776

#abd776

Complementary Color

#abd776 #a276d7

#abd776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd776 Color CSS Codes

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

#abd776 Text Font Color

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

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


#abd776 Background Color

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

This div background color is #abd776


#abd776 Border Color

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

This div border color is #abd776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd776


Comments

No comments written yet.

Please login to write comment.