Color Hex Logo

#abc669 Color Hex

#ABC669
(171,198,105)
0 Favorites   0 Comments

Color spaces of #abc669

RGB 171198105
HSL0.220.450.59
HSV77°47°78°
CMYK 0.140.000.47   0.22
XYZ39.538550.066020.9444
Yxy50.06600.35770.4529
Hunter Lab70.7573-24.081331.9801
CIE-Lab76.1098-23.777043.3585

#abc669 color RGB value is (171,198,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000110 01101001
Octal 253 306 151
Decimal 171 198 105
Hex AB C6 69

RGB Percentages of Color #abc669

%36.08
%41.77
%22.15

CMYK Percentages of Color #abc669

%14
%0
%47
%22

Triadic Colors of #abc669

#abc669 #69abc6 #c669ab

Analogous Colors of #abc669

#abc669 #7dc669 #c6b369

Monochromatic Colors of #abc669

#abc669

Complementary Color

#abc669 #8469c6

#abc669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc669 Color CSS Codes

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

#abc669 Text Font Color

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

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


#abc669 Background Color

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

This div background color is #abc669


#abc669 Border Color

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

This div border color is #abc669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc669


Comments

No comments written yet.

Please login to write comment.