Color Hex Logo

#abf380 Color Hex

#ABF380
(171,243,128)
0 Favorites   0 Comments

Color spaces of #abf380

RGB 171243128
HSL0.270.830.73
HSV98°47°95°
CMYK 0.300.000.47   0.05
XYZ52.741574.317631.9870
Yxy74.31760.33160.4673
Hunter Lab86.2077-41.657838.3460
CIE-Lab89.0724-42.024848.2053

#abf380 color RGB value is (171,243,128).

#abf380 hex color red value is 171, green value is 243 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #abf380 hue: 0.27 , saturation: 0.83 and the lightness value of abf380 is 0.73.

The process color (four color CMYK) of #abf380 color hex is 0.30, 0.00, 0.47, 0.05. Web safe color of #abf380 is #99ff99. Color #abf380 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110011 10000000
Octal 253 363 200
Decimal 171 243 128
Hex AB F3 80

RGB Percentages of Color #abf380

%31.55
%44.83
%23.62

CMYK Percentages of Color #abf380

%30
%0
%47
%5

Triadic Colors of #abf380

#abf380 #80abf3 #f380ab

Analogous Colors of #abf380

#abf380 #80f38f #e5f380

Monochromatic Colors of #abf380

#abf380

Complementary Color

#abf380 #c880f3

#abf380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf380 Color CSS Codes

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

#abf380 Text Font Color

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

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


#abf380 Background Color

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

This div background color is #abf380


#abf380 Border Color

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

This div border color is #abf380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf380


Comments

No comments written yet.

Please login to write comment.