Color Hex Logo

#abb163 Color Hex

#ABB163
(171,177,99)
0 Favorites   0 Comments

Color spaces of #abb163

RGB 17117799
HSL0.180.330.54
HSV65°44°69°
CMYK 0.030.000.44   0.31
XYZ34.768941.003117.8862
Yxy41.00310.37120.4378
Hunter Lab64.0337-15.137328.2624
CIE-Lab70.1781-13.865539.0488

#abb163 color RGB value is (171,177,99).

#abb163 hex color red value is 171, green value is 177 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #abb163 hue: 0.18 , saturation: 0.33 and the lightness value of abb163 is 0.54.

The process color (four color CMYK) of #abb163 color hex is 0.03, 0.00, 0.44, 0.31. Web safe color of #abb163 is #999966. Color #abb163 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110001 01100011
Octal 253 261 143
Decimal 171 177 99
Hex AB B1 63

RGB Percentages of Color #abb163

%38.26
%39.60
%22.15

CMYK Percentages of Color #abb163

%3
%0
%44
%31

Triadic Colors of #abb163

#abb163 #63abb1 #b163ab

Analogous Colors of #abb163

#abb163 #84b163 #b19063

Monochromatic Colors of #abb163

#abb163

Complementary Color

#abb163 #6963b1

#abb163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb163 Color CSS Codes

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

#abb163 Text Font Color

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

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


#abb163 Background Color

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

This div background color is #abb163


#abb163 Border Color

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

This div border color is #abb163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb163


Comments

No comments written yet.

Please login to write comment.