Color Hex Logo

#abf885 Color Hex

#ABF885
(171,248,133)
0 Favorites   0 Comments

Color spaces of #abf885

RGB 171248133
HSL0.280.890.75
HSV100°46°97°
CMYK 0.310.000.46   0.03
XYZ54.595677.486234.2691
Yxy77.48620.32820.4658
Hunter Lab88.0262-43.336738.5365
CIE-Lab90.5449-43.612647.6547

#abf885 color RGB value is (171,248,133).

#abf885 hex color red value is 171, green value is 248 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #abf885 hue: 0.28 , saturation: 0.89 and the lightness value of abf885 is 0.75.

The process color (four color CMYK) of #abf885 color hex is 0.31, 0.00, 0.46, 0.03. Web safe color of #abf885 is #99ff99. Color #abf885 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111000 10000101
Octal 253 370 205
Decimal 171 248 133
Hex AB F8 85

RGB Percentages of Color #abf885

%30.98
%44.93
%24.09

CMYK Percentages of Color #abf885

%31
%0
%46
%3

Triadic Colors of #abf885

#abf885 #85abf8 #f885ab

Analogous Colors of #abf885

#abf885 #85f899 #e5f885

Monochromatic Colors of #abf885

#abf885

Complementary Color

#abf885 #d285f8

#abf885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf885 Color CSS Codes

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

#abf885 Text Font Color

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

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


#abf885 Background Color

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

This div background color is #abf885


#abf885 Border Color

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

This div border color is #abf885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf885


Comments

No comments written yet.

Please login to write comment.