Color Hex Logo

#abb450 Color Hex

#ABB450
(171,180,80)
0 Favorites   0 Comments

Color spaces of #abb450

RGB 17118080
HSL0.180.400.51
HSV65°56°71°
CMYK 0.050.000.56   0.29
XYZ34.563841.879613.8513
Yxy41.87960.38280.4638
Hunter Lab64.7144-17.914032.6098
CIE-Lab70.7878-17.198249.0476

#abb450 color RGB value is (171,180,80).

#abb450 hex color red value is 171, green value is 180 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #abb450 hue: 0.18 , saturation: 0.40 and the lightness value of abb450 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110100 01010000
Octal 253 264 120
Decimal 171 180 80
Hex AB B4 50

RGB Percentages of Color #abb450

%39.68
%41.76
%18.56

CMYK Percentages of Color #abb450

%5
%0
%56
%29

Triadic Colors of #abb450

#abb450 #50abb4 #b450ab

Analogous Colors of #abb450

#abb450 #79b450 #b48b50

Monochromatic Colors of #abb450

#abb450

Complementary Color

#abb450 #5950b4

#abb450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb450 Color CSS Codes

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

#abb450 Text Font Color

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

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


#abb450 Background Color

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

This div background color is #abb450


#abb450 Border Color

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

This div border color is #abb450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb450


Comments

No comments written yet.

Please login to write comment.