Color Hex Logo

#abf7dd Color Hex

#ABF7DD
(171,247,221)
0 Favorites   0 Comments

Color spaces of #abf7dd

RGB 171247221
HSL0.440.830.82
HSV159°31°97°
CMYK 0.310.000.11   0.03
XYZ63.106580.399980.5993
Yxy80.39990.28160.3588
Hunter Lab89.6660-31.28809.4714
CIE-Lab91.8640-28.73485.0522

#abf7dd color RGB value is (171,247,221).

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

The process color (four color CMYK) of #abf7dd color hex is 0.31, 0.00, 0.11, 0.03. Web safe color of #abf7dd is #99ffcc. Color #abf7dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110111 11011101
Octal 253 367 335
Decimal 171 247 221
Hex AB F7 DD

RGB Percentages of Color #abf7dd

%26.76
%38.65
%34.59

CMYK Percentages of Color #abf7dd

%31
%0
%11
%3

Triadic Colors of #abf7dd

#abf7dd #ddabf7 #f7ddab

Analogous Colors of #abf7dd

#abf7dd #abebf7 #abf7b7

Monochromatic Colors of #abf7dd

#abf7dd

Complementary Color

#abf7dd #f7abc5

#abf7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf7dd Color CSS Codes

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

#abf7dd Text Font Color

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

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


#abf7dd Background Color

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

This div background color is #abf7dd


#abf7dd Border Color

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

This div border color is #abf7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf7dd


Comments

No comments written yet.

Please login to write comment.