Color Hex Logo

#abf761 Color Hex

#ABF761
(171,247,97)
0 Favorites   0 Comments

Color spaces of #abf761

RGB 17124797
HSL0.250.900.67
HSV90°61°97°
CMYK 0.310.000.61   0.03
XYZ52.213076.042523.2350
Yxy76.04250.34470.5020
Hunter Lab87.2024-45.726045.2439
CIE-Lab89.8791-46.878963.0346

#abf761 color RGB value is (171,247,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110111 01100001
Octal 253 367 141
Decimal 171 247 97
Hex AB F7 61

RGB Percentages of Color #abf761

%33.20
%47.96
%18.83

CMYK Percentages of Color #abf761

%31
%0
%61
%3

Triadic Colors of #abf761

#abf761 #61abf7 #f761ab

Analogous Colors of #abf761

#abf761 #61f762 #f6f761

Monochromatic Colors of #abf761

#abf761

Complementary Color

#abf761 #ad61f7

#abf761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf761 Color CSS Codes

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

#abf761 Text Font Color

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

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


#abf761 Background Color

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

This div background color is #abf761


#abf761 Border Color

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

This div border color is #abf761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf761


Comments

No comments written yet.

Please login to write comment.