Color Hex Logo

#abf38f Color Hex

#ABF38F
(171,243,143)
0 Favorites   0 Comments

Color spaces of #abf38f

RGB 171243143
HSL0.290.810.76
HSV103°41°95°
CMYK 0.300.000.41   0.05
XYZ53.803174.742337.5776
Yxy74.74230.32390.4499
Hunter Lab86.4536-40.207134.7468
CIE-Lab89.2721-40.147441.2160

#abf38f color RGB value is (171,243,143).

#abf38f hex color red value is 171, green value is 243 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #abf38f hue: 0.29 , saturation: 0.81 and the lightness value of abf38f is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110011 10001111
Octal 253 363 217
Decimal 171 243 143
Hex AB F3 8F

RGB Percentages of Color #abf38f

%30.70
%43.63
%25.67

CMYK Percentages of Color #abf38f

%30
%0
%41
%5

Triadic Colors of #abf38f

#abf38f #8fabf3 #f38fab

Analogous Colors of #abf38f

#abf38f #8ff3a5 #ddf38f

Monochromatic Colors of #abf38f

#abf38f

Complementary Color

#abf38f #d78ff3

#abf38f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf38f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf38f Color CSS Codes

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

#abf38f Text Font Color

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

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


#abf38f Background Color

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

This div background color is #abf38f


#abf38f Border Color

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

This div border color is #abf38f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf38f


Comments

No comments written yet.

Please login to write comment.