Color Hex Logo

#abfadf Color Hex

#ABFADF
(171,250,223)
0 Favorites   0 Comments

Color spaces of #abfadf

RGB 171250223
HSL0.440.890.83
HSV159°32°98°
CMYK 0.320.000.11   0.02
XYZ64.299582.356982.3196
Yxy82.35690.28080.3597
Hunter Lab90.7507-32.34139.7438
CIE-Lab92.7322-29.74535.2709

#abfadf color RGB value is (171,250,223).

#abfadf hex color red value is 171, green value is 250 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #abfadf hue: 0.44 , saturation: 0.89 and the lightness value of abfadf is 0.83.

The process color (four color CMYK) of #abfadf color hex is 0.32, 0.00, 0.11, 0.02. Web safe color of #abfadf is #99ffcc. Color #abfadf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111010 11011111
Octal 253 372 337
Decimal 171 250 223
Hex AB FA DF

RGB Percentages of Color #abfadf

%26.55
%38.82
%34.63

CMYK Percentages of Color #abfadf

%32
%0
%11
%2

Triadic Colors of #abfadf

#abfadf #dfabfa #fadfab

Analogous Colors of #abfadf

#abfadf #abeefa #abfab8

Monochromatic Colors of #abfadf

#abfadf

Complementary Color

#abfadf #faabc6

#abfadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfadf Color CSS Codes

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

#abfadf Text Font Color

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

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


#abfadf Background Color

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

This div background color is #abfadf


#abfadf Border Color

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

This div border color is #abfadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfadf


Comments

No comments written yet.

Please login to write comment.