Color Hex Logo

#abf76b Color Hex

#ABF76B
(171,247,107)
0 Favorites   0 Comments

Color spaces of #abf76b

RGB 171247107
HSL0.260.900.69
HSV93°57°97°
CMYK 0.310.000.57   0.03
XYZ52.709276.241025.8478
Yxy76.24100.34050.4925
Hunter Lab87.3161-45.049943.5699
CIE-Lab89.9711-45.982658.8716

#abf76b color RGB value is (171,247,107).

#abf76b hex color red value is 171, green value is 247 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #abf76b hue: 0.26 , saturation: 0.90 and the lightness value of abf76b is 0.69.

The process color (four color CMYK) of #abf76b color hex is 0.31, 0.00, 0.57, 0.03. Web safe color of #abf76b is #99ff66. Color #abf76b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110111 01101011
Octal 253 367 153
Decimal 171 247 107
Hex AB F7 6B

RGB Percentages of Color #abf76b

%32.57
%47.05
%20.38

CMYK Percentages of Color #abf76b

%31
%0
%57
%3

Triadic Colors of #abf76b

#abf76b #6babf7 #f76bab

Analogous Colors of #abf76b

#abf76b #6bf771 #f1f76b

Monochromatic Colors of #abf76b

#abf76b

Complementary Color

#abf76b #b76bf7

#abf76b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf76b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf76b Color CSS Codes

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

#abf76b Text Font Color

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

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


#abf76b Background Color

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

This div background color is #abf76b


#abf76b Border Color

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

This div border color is #abf76b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf76b


Comments

No comments written yet.

Please login to write comment.