Color Hex Logo

#abc082 Color Hex

#ABC082
(171,192,130)
0 Favorites   0 Comments

Color spaces of #abc082

RGB 171192130
HSL0.220.330.63
HSV80°32°75°
CMYK 0.110.000.32   0.25
XYZ39.673547.968928.2870
Yxy47.96890.34220.4138
Hunter Lab69.2596-18.955324.2665
CIE-Lab74.8053-17.730128.9447

#abc082 color RGB value is (171,192,130).

#abc082 hex color red value is 171, green value is 192 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #abc082 hue: 0.22 , saturation: 0.33 and the lightness value of abc082 is 0.63.

The process color (four color CMYK) of #abc082 color hex is 0.11, 0.00, 0.32, 0.25. Web safe color of #abc082 is #99cc99. Color #abc082 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000000 10000010
Octal 253 300 202
Decimal 171 192 130
Hex AB C0 82

RGB Percentages of Color #abc082

%34.69
%38.95
%26.37

CMYK Percentages of Color #abc082

%11
%0
%32
%25

Triadic Colors of #abc082

#abc082 #82abc0 #c082ab

Analogous Colors of #abc082

#abc082 #8cc082 #c0b682

Monochromatic Colors of #abc082

#abc082

Complementary Color

#abc082 #9782c0

#abc082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc082 Color CSS Codes

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

#abc082 Text Font Color

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

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


#abc082 Background Color

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

This div background color is #abc082


#abc082 Border Color

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

This div border color is #abc082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc082


Comments

No comments written yet.

Please login to write comment.