Color Hex Logo

#abf2dd Color Hex

#ABF2DD
(171,242,221)
0 Favorites   0 Comments

Color spaces of #abf2dd

RGB 171242221
HSL0.450.730.81
HSV162°29°95°
CMYK 0.290.000.09   0.05
XYZ61.597977.382680.0964
Yxy77.38260.28120.3532
Hunter Lab87.9674-28.95087.5922
CIE-Lab90.4974-26.34833.0731

#abf2dd color RGB value is (171,242,221).

#abf2dd hex color red value is 171, green value is 242 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #abf2dd hue: 0.45 , saturation: 0.73 and the lightness value of abf2dd is 0.81.

The process color (four color CMYK) of #abf2dd color hex is 0.29, 0.00, 0.09, 0.05. Web safe color of #abf2dd is #99ffcc. Color #abf2dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110010 11011101
Octal 253 362 335
Decimal 171 242 221
Hex AB F2 DD

RGB Percentages of Color #abf2dd

%26.97
%38.17
%34.86

CMYK Percentages of Color #abf2dd

%29
%0
%9
%5

Triadic Colors of #abf2dd

#abf2dd #ddabf2 #f2ddab

Analogous Colors of #abf2dd

#abf2dd #abe4f2 #abf2ba

Monochromatic Colors of #abf2dd

#abf2dd

Complementary Color

#abf2dd #f2abc0

#abf2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf2dd Color CSS Codes

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

#abf2dd Text Font Color

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

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


#abf2dd Background Color

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

This div background color is #abf2dd


#abf2dd Border Color

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

This div border color is #abf2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf2dd


Comments

No comments written yet.

Please login to write comment.