Color Hex Logo

#abc665 Color Hex

#ABC665
(171,198,101)
0 Favorites   0 Comments

Color spaces of #abc665

RGB 171198101
HSL0.210.460.59
HSV77°49°78°
CMYK 0.140.000.49   0.22
XYZ39.337649.985719.8868
Yxy49.98570.36020.4577
Hunter Lab70.7006-24.409132.8132
CIE-Lab76.0605-24.197945.2505

#abc665 color RGB value is (171,198,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000110 01100101
Octal 253 306 145
Decimal 171 198 101
Hex AB C6 65

RGB Percentages of Color #abc665

%36.38
%42.13
%21.49

CMYK Percentages of Color #abc665

%14
%0
%49
%22

Triadic Colors of #abc665

#abc665 #65abc6 #c665ab

Analogous Colors of #abc665

#abc665 #7bc665 #c6b165

Monochromatic Colors of #abc665

#abc665

Complementary Color

#abc665 #8065c6

#abc665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc665 Color CSS Codes

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

#abc665 Text Font Color

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

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


#abc665 Background Color

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

This div background color is #abc665


#abc665 Border Color

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

This div border color is #abc665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc665


Comments

No comments written yet.

Please login to write comment.