Color Hex Logo

#abfdaf Color Hex

#ABFDAF
(171,253,175)
0 Favorites   0 Comments

Color spaces of #abfdaf

RGB 171253175
HSL0.340.950.83
HSV123°32°99°
CMYK 0.320.000.31   0.01
XYZ59.657782.003653.2414
Yxy82.00360.30610.4207
Hunter Lab90.5558-40.877928.5301
CIE-Lab92.5764-39.901129.6358

#abfdaf color RGB value is (171,253,175).

#abfdaf hex color red value is 171, green value is 253 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #abfdaf hue: 0.34 , saturation: 0.95 and the lightness value of abfdaf is 0.83.

The process color (four color CMYK) of #abfdaf color hex is 0.32, 0.00, 0.31, 0.01. Web safe color of #abfdaf is #99ff99. Color #abfdaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111101 10101111
Octal 253 375 257
Decimal 171 253 175
Hex AB FD AF

RGB Percentages of Color #abfdaf

%28.55
%42.24
%29.22

CMYK Percentages of Color #abfdaf

%32
%0
%31
%1

Triadic Colors of #abfdaf

#abfdaf #afabfd #fdafab

Analogous Colors of #abfdaf

#abfdaf #abfdd8 #d0fdab

Monochromatic Colors of #abfdaf

#abfdaf

Complementary Color

#abfdaf #fdabf9

#abfdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfdaf Color CSS Codes

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

#abfdaf Text Font Color

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

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


#abfdaf Background Color

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

This div background color is #abfdaf


#abfdaf Border Color

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

This div border color is #abfdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfdaf


Comments

No comments written yet.

Please login to write comment.