Color Hex Logo

#abb476 Color Hex

#ABB476
(171,180,118)
0 Favorites   0 Comments

Color spaces of #abb476

RGB 171180118
HSL0.190.290.58
HSV69°34°71°
CMYK 0.050.000.34   0.29
XYZ36.385942.608423.4461
Yxy42.60840.35520.4159
Hunter Lab65.2751-14.731324.3963
CIE-Lab71.2884-13.191530.6208

#abb476 color RGB value is (171,180,118).

#abb476 hex color red value is 171, green value is 180 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #abb476 hue: 0.19 , saturation: 0.29 and the lightness value of abb476 is 0.58.

The process color (four color CMYK) of #abb476 color hex is 0.05, 0.00, 0.34, 0.29. Web safe color of #abb476 is #99cc66. Color #abb476 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110100 01110110
Octal 253 264 166
Decimal 171 180 118
Hex AB B4 76

RGB Percentages of Color #abb476

%36.46
%38.38
%25.16

CMYK Percentages of Color #abb476

%5
%0
%34
%29

Triadic Colors of #abb476

#abb476 #76abb4 #b476ab

Analogous Colors of #abb476

#abb476 #8cb476 #b49e76

Monochromatic Colors of #abb476

#abb476

Complementary Color

#abb476 #7f76b4

#abb476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb476 Color CSS Codes

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

#abb476 Text Font Color

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

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


#abb476 Background Color

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

This div background color is #abb476


#abb476 Border Color

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

This div border color is #abb476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb476


Comments

No comments written yet.

Please login to write comment.