Color Hex Logo

#abb750 Color Hex

#ABB750
(171,183,80)
0 Favorites   0 Comments

Color spaces of #abb750

RGB 17118380
HSL0.190.420.52
HSV67°56°72°
CMYK 0.070.000.56   0.28
XYZ35.176043.104114.0554
Yxy43.10410.38100.4668
Hunter Lab65.6537-19.257133.2646
CIE-Lab71.6256-18.714450.0003

#abb750 color RGB value is (171,183,80).

#abb750 hex color red value is 171, green value is 183 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #abb750 hue: 0.19 , saturation: 0.42 and the lightness value of abb750 is 0.52.

The process color (four color CMYK) of #abb750 color hex is 0.07, 0.00, 0.56, 0.28. Web safe color of #abb750 is #99cc66. Color #abb750 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110111 01010000
Octal 253 267 120
Decimal 171 183 80
Hex AB B7 50

RGB Percentages of Color #abb750

%39.40
%42.17
%18.43

CMYK Percentages of Color #abb750

%7
%0
%56
%28

Triadic Colors of #abb750

#abb750 #50abb7 #b750ab

Analogous Colors of #abb750

#abb750 #78b750 #b79050

Monochromatic Colors of #abb750

#abb750

Complementary Color

#abb750 #5c50b7

#abb750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb750 Color CSS Codes

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

#abb750 Text Font Color

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

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


#abb750 Background Color

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

This div background color is #abb750


#abb750 Border Color

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

This div border color is #abb750


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,183,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 #abb750">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb750


Comments

No comments written yet.

Please login to write comment.