Color Hex Logo

#abc482 Color Hex

#ABC482
(171,196,130)
0 Favorites   0 Comments

Color spaces of #abc482

RGB 171196130
HSL0.230.360.64
HSV83°34°77°
CMYK 0.130.000.34   0.23
XYZ40.563849.749528.5838
Yxy49.74950.34120.4184
Hunter Lab70.5333-20.777825.3459
CIE-Lab75.9152-19.739830.4136

#abc482 color RGB value is (171,196,130).

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

The process color (four color CMYK) of #abc482 color hex is 0.13, 0.00, 0.34, 0.23. Web safe color of #abc482 is #99cc99. Color #abc482 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000100 10000010
Octal 253 304 202
Decimal 171 196 130
Hex AB C4 82

RGB Percentages of Color #abc482

%34.41
%39.44
%26.16

CMYK Percentages of Color #abc482

%13
%0
%34
%23

Triadic Colors of #abc482

#abc482 #82abc4 #c482ab

Analogous Colors of #abc482

#abc482 #8ac482 #c4bc82

Monochromatic Colors of #abc482

#abc482

Complementary Color

#abc482 #9b82c4

#abc482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc482 Color CSS Codes

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

#abc482 Text Font Color

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

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


#abc482 Background Color

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

This div background color is #abc482


#abc482 Border Color

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

This div border color is #abc482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc482


Comments

No comments written yet.

Please login to write comment.