Color Hex Logo

#abc966 Color Hex

#ABC966
(171,201,102)
0 Favorites   0 Comments

Color spaces of #abc966

RGB 171201102
HSL0.220.480.59
HSV78°49°79°
CMYK 0.150.000.49   0.21
XYZ40.079551.390520.3773
Yxy51.39050.35830.4595
Hunter Lab71.6872-25.655233.3277
CIE-Lab76.9150-25.553045.7983

#abc966 color RGB value is (171,201,102).

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

The process color (four color CMYK) of #abc966 color hex is 0.15, 0.00, 0.49, 0.21. Web safe color of #abc966 is #99cc66. Color #abc966 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001001 01100110
Octal 253 311 146
Decimal 171 201 102
Hex AB C9 66

RGB Percentages of Color #abc966

%36.08
%42.41
%21.52

CMYK Percentages of Color #abc966

%15
%0
%49
%21

Triadic Colors of #abc966

#abc966 #66abc9 #c966ab

Analogous Colors of #abc966

#abc966 #7ac966 #c9b666

Monochromatic Colors of #abc966

#abc966

Complementary Color

#abc966 #8466c9

#abc966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc966 Color CSS Codes

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

#abc966 Text Font Color

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

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


#abc966 Background Color

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

This div background color is #abc966


#abc966 Border Color

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

This div border color is #abc966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc966


Comments

No comments written yet.

Please login to write comment.