Color Hex Logo

#abf0df Color Hex

#ABF0DF
(171,240,223)
0 Favorites   0 Comments

Color spaces of #abf0df

RGB 171240223
HSL0.460.700.81
HSV165°29°94°
CMYK 0.290.000.07   0.06
XYZ61.274076.305881.3111
Yxy76.30580.27990.3486
Hunter Lab87.3532-27.65905.9582
CIE-Lab90.0011-24.96891.3093

#abf0df color RGB value is (171,240,223).

#abf0df hex color red value is 171, green value is 240 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #abf0df hue: 0.46 , saturation: 0.70 and the lightness value of abf0df is 0.81.

The process color (four color CMYK) of #abf0df color hex is 0.29, 0.00, 0.07, 0.06. Web safe color of #abf0df is #99ffcc. Color #abf0df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110000 11011111
Octal 253 360 337
Decimal 171 240 223
Hex AB F0 DF

RGB Percentages of Color #abf0df

%26.97
%37.85
%35.17

CMYK Percentages of Color #abf0df

%29
%0
%7
%6

Triadic Colors of #abf0df

#abf0df #dfabf0 #f0dfab

Analogous Colors of #abf0df

#abf0df #abdff0 #abf0bd

Monochromatic Colors of #abf0df

#abf0df

Complementary Color

#abf0df #f0abbc

#abf0df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf0df Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf0df Color CSS Codes

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

#abf0df Text Font Color

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

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


#abf0df Background Color

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

This div background color is #abf0df


#abf0df Border Color

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

This div border color is #abf0df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,240,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 #abf0df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf0df


Comments

No comments written yet.

Please login to write comment.