Color Hex Logo

#abc682 Color Hex

#ABC682
(171,198,130)
0 Favorites   0 Comments

Color spaces of #abc682

RGB 171198130
HSL0.230.370.64
HSV84°34°78°
CMYK 0.140.000.34   0.22
XYZ41.017950.657828.7352
Yxy50.65780.34060.4207
Hunter Lab71.1743-21.685125.8849
CIE-Lab76.4713-20.736931.1466

#abc682 color RGB value is (171,198,130).

#abc682 hex color red value is 171, green value is 198 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #abc682 hue: 0.23 , saturation: 0.37 and the lightness value of abc682 is 0.64.

The process color (four color CMYK) of #abc682 color hex is 0.14, 0.00, 0.34, 0.22. Web safe color of #abc682 is #99cc99. Color #abc682 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000110 10000010
Octal 253 306 202
Decimal 171 198 130
Hex AB C6 82

RGB Percentages of Color #abc682

%34.27
%39.68
%26.05

CMYK Percentages of Color #abc682

%14
%0
%34
%22

Triadic Colors of #abc682

#abc682 #82abc6 #c682ab

Analogous Colors of #abc682

#abc682 #89c682 #c6bf82

Monochromatic Colors of #abc682

#abc682

Complementary Color

#abc682 #9d82c6

#abc682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc682 Color CSS Codes

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

#abc682 Text Font Color

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

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


#abc682 Background Color

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

This div background color is #abc682


#abc682 Border Color

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

This div border color is #abc682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc682


Comments

No comments written yet.

Please login to write comment.