Color Hex Logo

#abce82 Color Hex

#ABCE82
(171,206,130)
0 Favorites   0 Comments

Color spaces of #abce82

RGB 171206130
HSL0.240.440.66
HSV88°37°81°
CMYK 0.170.000.37   0.19
XYZ42.895254.412229.3609
Yxy54.41220.33860.4296
Hunter Lab73.7646-25.287828.0357
CIE-Lab78.7015-24.671234.0673

#abce82 color RGB value is (171,206,130).

#abce82 hex color red value is 171, green value is 206 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #abce82 hue: 0.24 , saturation: 0.44 and the lightness value of abce82 is 0.66.

The process color (four color CMYK) of #abce82 color hex is 0.17, 0.00, 0.37, 0.19. Web safe color of #abce82 is #99cc99. Color #abce82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001110 10000010
Octal 253 316 202
Decimal 171 206 130
Hex AB CE 82

RGB Percentages of Color #abce82

%33.73
%40.63
%25.64

CMYK Percentages of Color #abce82

%17
%0
%37
%19

Triadic Colors of #abce82

#abce82 #82abce #ce82ab

Analogous Colors of #abce82

#abce82 #85ce82 #cecb82

Monochromatic Colors of #abce82

#abce82

Complementary Color

#abce82 #a582ce

#abce82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abce82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abce82 Color CSS Codes

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

#abce82 Text Font Color

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

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


#abce82 Background Color

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

This div background color is #abce82


#abce82 Border Color

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

This div border color is #abce82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abce82


Comments

No comments written yet.

Please login to write comment.