Color Hex Logo

#abf05c Color Hex

#ABF05C
(171,240,92)
0 Favorites   0 Comments

Color spaces of #abf05c

RGB 17124092
HSL0.240.830.65
HSV88°62°94°
CMYK 0.290.000.62   0.06
XYZ49.886471.750821.3452
Yxy71.75080.34890.5018
Hunter Lab84.7058-43.110044.3535
CIE-Lab87.8485-44.301562.8659

#abf05c color RGB value is (171,240,92).

#abf05c hex color red value is 171, green value is 240 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #abf05c hue: 0.24 , saturation: 0.83 and the lightness value of abf05c is 0.65.

The process color (four color CMYK) of #abf05c color hex is 0.29, 0.00, 0.62, 0.06. Web safe color of #abf05c is #99ff66. Color #abf05c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110000 01011100
Octal 253 360 134
Decimal 171 240 92
Hex AB F0 5C

RGB Percentages of Color #abf05c

%34.00
%47.71
%18.29

CMYK Percentages of Color #abf05c

%29
%0
%62
%6

Triadic Colors of #abf05c

#abf05c #5cabf0 #f05cab

Analogous Colors of #abf05c

#abf05c #61f05c #f0eb5c

Monochromatic Colors of #abf05c

#abf05c

Complementary Color

#abf05c #a15cf0

#abf05c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf05c Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf05c Color CSS Codes

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

#abf05c Text Font Color

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

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


#abf05c Background Color

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

This div background color is #abf05c


#abf05c Border Color

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

This div border color is #abf05c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf05c


Comments

No comments written yet.

Please login to write comment.