Color Hex Logo

#abb345 Color Hex

#ABB345
(171,179,69)
0 Favorites   0 Comments

Color spaces of #abb345

RGB 17117969
HSL0.180.440.49
HSV64°61°70°
CMYK 0.040.000.61   0.30
XYZ33.988941.327811.8159
Yxy41.32780.39010.4743
Hunter Lab64.2867-18.127334.1032
CIE-Lab70.4050-17.537853.5776

#abb345 color RGB value is (171,179,69).

#abb345 hex color red value is 171, green value is 179 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #abb345 hue: 0.18 , saturation: 0.44 and the lightness value of abb345 is 0.49.

The process color (four color CMYK) of #abb345 color hex is 0.04, 0.00, 0.61, 0.30. Web safe color of #abb345 is #99cc33. Color #abb345 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110011 01000101
Octal 253 263 105
Decimal 171 179 69
Hex AB B3 45

RGB Percentages of Color #abb345

%40.81
%42.72
%16.47

CMYK Percentages of Color #abb345

%4
%0
%61
%30

Triadic Colors of #abb345

#abb345 #45abb3 #b345ab

Analogous Colors of #abb345

#abb345 #74b345 #b38445

Monochromatic Colors of #abb345

#abb345

Complementary Color

#abb345 #4d45b3

#abb345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb345 Color CSS Codes

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

#abb345 Text Font Color

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

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


#abb345 Background Color

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

This div background color is #abb345


#abb345 Border Color

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

This div border color is #abb345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb345


Comments

No comments written yet.

Please login to write comment.