Color Hex Logo

#abf6dc Color Hex

#ABF6DC
(171,246,220)
0 Favorites   0 Comments

Color spaces of #abf6dc

RGB 171246220
HSL0.440.810.82
HSV159°30°96°
CMYK 0.300.000.11   0.04
XYZ62.668679.736879.7979
Yxy79.73680.28200.3588
Hunter Lab89.2955-30.99379.5230
CIE-Lab91.5666-28.46445.1411

#abf6dc color RGB value is (171,246,220).

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

The process color (four color CMYK) of #abf6dc color hex is 0.30, 0.00, 0.11, 0.04. Web safe color of #abf6dc is #99ffcc. Color #abf6dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110110 11011100
Octal 253 366 334
Decimal 171 246 220
Hex AB F6 DC

RGB Percentages of Color #abf6dc

%26.84
%38.62
%34.54

CMYK Percentages of Color #abf6dc

%30
%0
%11
%4

Triadic Colors of #abf6dc

#abf6dc #dcabf6 #f6dcab

Analogous Colors of #abf6dc

#abf6dc #abebf6 #abf6b7

Monochromatic Colors of #abf6dc

#abf6dc

Complementary Color

#abf6dc #f6abc5

#abf6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf6dc Color CSS Codes

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

#abf6dc Text Font Color

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

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


#abf6dc Background Color

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

This div background color is #abf6dc


#abf6dc Border Color

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

This div border color is #abf6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf6dc


Comments

No comments written yet.

Please login to write comment.