Color Hex Logo

#abd75b Color Hex

#ABD75B
(171,215,91)
0 Favorites   0 Comments

Color spaces of #abd75b

RGB 17121591
HSL0.230.610.60
HSV81°58°84°
CMYK 0.200.000.58   0.16
XYZ42.983458.014118.8299
Yxy58.01410.35870.4841
Hunter Lab76.1670-32.559138.6593
CIE-Lab80.7466-33.223955.3770

#abd75b color RGB value is (171,215,91).

#abd75b hex color red value is 171, green value is 215 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #abd75b hue: 0.23 , saturation: 0.61 and the lightness value of abd75b is 0.60.

The process color (four color CMYK) of #abd75b color hex is 0.20, 0.00, 0.58, 0.16. Web safe color of #abd75b is #99cc66. Color #abd75b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010111 01011011
Octal 253 327 133
Decimal 171 215 91
Hex AB D7 5B

RGB Percentages of Color #abd75b

%35.85
%45.07
%19.08

CMYK Percentages of Color #abd75b

%20
%0
%58
%16

Triadic Colors of #abd75b

#abd75b #5babd7 #d75bab

Analogous Colors of #abd75b

#abd75b #6dd75b #d7c55b

Monochromatic Colors of #abd75b

#abd75b

Complementary Color

#abd75b #875bd7

#abd75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd75b Color CSS Codes

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

#abd75b Text Font Color

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

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


#abd75b Background Color

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

This div background color is #abd75b


#abd75b Border Color

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

This div border color is #abd75b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd75b


Comments

No comments written yet.

Please login to write comment.