Color Hex Logo

#abf5ad Color Hex

#ABF5AD
(171,245,173)
0 Favorites   0 Comments

Color spaces of #abf5ad

RGB 171245173
HSL0.340.790.82
HSV122°30°96°
CMYK 0.300.000.29   0.04
XYZ56.989876.979951.3901
Yxy76.97990.30750.4153
Hunter Lab87.7382-37.598326.6893
CIE-Lab90.3124-36.621327.5800

#abf5ad color RGB value is (171,245,173).

#abf5ad hex color red value is 171, green value is 245 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #abf5ad hue: 0.34 , saturation: 0.79 and the lightness value of abf5ad is 0.82.

The process color (four color CMYK) of #abf5ad color hex is 0.30, 0.00, 0.29, 0.04. Web safe color of #abf5ad is #99ff99. Color #abf5ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110101 10101101
Octal 253 365 255
Decimal 171 245 173
Hex AB F5 AD

RGB Percentages of Color #abf5ad

%29.03
%41.60
%29.37

CMYK Percentages of Color #abf5ad

%30
%0
%29
%4

Triadic Colors of #abf5ad

#abf5ad #adabf5 #f5adab

Analogous Colors of #abf5ad

#abf5ad #abf5d2 #cef5ab

Monochromatic Colors of #abf5ad

#abf5ad

Complementary Color

#abf5ad #f5abf3

#abf5ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf5ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf5ad Color CSS Codes

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

#abf5ad Text Font Color

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

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


#abf5ad Background Color

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

This div background color is #abf5ad


#abf5ad Border Color

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

This div border color is #abf5ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf5ad


Comments

No comments written yet.

Please login to write comment.