Color Hex Logo

#abf895 Color Hex

#ABF895
(171,248,149)
0 Favorites   0 Comments

Color spaces of #abf895

RGB 171248149
HSL0.300.880.78
HSV107°40°97°
CMYK 0.310.000.40   0.03
XYZ55.786877.962740.5418
Yxy77.96270.32010.4473
Hunter Lab88.2965-41.740434.5842
CIE-Lab90.7629-41.551040.1904

#abf895 color RGB value is (171,248,149).

#abf895 hex color red value is 171, green value is 248 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #abf895 hue: 0.30 , saturation: 0.88 and the lightness value of abf895 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111000 10010101
Octal 253 370 225
Decimal 171 248 149
Hex AB F8 95

RGB Percentages of Color #abf895

%30.11
%43.66
%26.23

CMYK Percentages of Color #abf895

%31
%0
%40
%3

Triadic Colors of #abf895

#abf895 #95abf8 #f895ab

Analogous Colors of #abf895

#abf895 #95f8b1 #ddf895

Monochromatic Colors of #abf895

#abf895

Complementary Color

#abf895 #e295f8

#abf895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf895 Color CSS Codes

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

#abf895 Text Font Color

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

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


#abf895 Background Color

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

This div background color is #abf895


#abf895 Border Color

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

This div border color is #abf895


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf895


Comments

No comments written yet.

Please login to write comment.