Color Hex Logo

#abc662 Color Hex

#ABC662
(171,198,98)
0 Favorites   0 Comments

Color spaces of #abc662

RGB 17119898
HSL0.210.470.58
HSV76°51°78°
CMYK 0.140.000.51   0.22
XYZ39.193349.927919.1266
Yxy49.92790.36210.4612
Hunter Lab70.6597-24.644633.4128
CIE-Lab76.0250-24.501046.6540

#abc662 color RGB value is (171,198,98).

#abc662 hex color red value is 171, green value is 198 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #abc662 hue: 0.21 , saturation: 0.47 and the lightness value of abc662 is 0.58.

The process color (four color CMYK) of #abc662 color hex is 0.14, 0.00, 0.51, 0.22. Web safe color of #abc662 is #99cc66. Color #abc662 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000110 01100010
Octal 253 306 142
Decimal 171 198 98
Hex AB C6 62

RGB Percentages of Color #abc662

%36.62
%42.40
%20.99

CMYK Percentages of Color #abc662

%14
%0
%51
%22

Triadic Colors of #abc662

#abc662 #62abc6 #c662ab

Analogous Colors of #abc662

#abc662 #79c662 #c6af62

Monochromatic Colors of #abc662

#abc662

Complementary Color

#abc662 #7d62c6

#abc662 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc662 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc662 Color CSS Codes

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

#abc662 Text Font Color

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

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


#abc662 Background Color

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

This div background color is #abc662


#abc662 Border Color

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

This div border color is #abc662


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc662


Comments

No comments written yet.

Please login to write comment.