Color Hex Logo

#abb75e Color Hex

#ABB75E
(171,183,94)
0 Favorites   0 Comments

Color spaces of #abb75e

RGB 17118394
HSL0.190.380.54
HSV68°49°72°
CMYK 0.070.000.49   0.28
XYZ35.748543.333117.0696
Yxy43.33310.37180.4507
Hunter Lab65.8279-18.262630.7052
CIE-Lab71.7805-17.445043.5045

#abb75e color RGB value is (171,183,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110111 01011110
Octal 253 267 136
Decimal 171 183 94
Hex AB B7 5E

RGB Percentages of Color #abb75e

%38.17
%40.85
%20.98

CMYK Percentages of Color #abb75e

%7
%0
%49
%28

Triadic Colors of #abb75e

#abb75e #5eabb7 #b75eab

Analogous Colors of #abb75e

#abb75e #7fb75e #b7975e

Monochromatic Colors of #abb75e

#abb75e

Complementary Color

#abb75e #6a5eb7

#abb75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb75e Color CSS Codes

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

#abb75e Text Font Color

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

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


#abb75e Background Color

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

This div background color is #abb75e


#abb75e Border Color

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

This div border color is #abb75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb75e


Comments

No comments written yet.

Please login to write comment.