Color Hex Logo

#abf3dc Color Hex

#ABF3DC
(171,243,220)
0 Favorites   0 Comments

Color spaces of #abf3dc

RGB 171243220
HSL0.450.750.81
HSV161°30°95°
CMYK 0.300.000.09   0.05
XYZ61.763477.926479.4962
Yxy77.92640.28180.3555
Hunter Lab88.2759-29.59308.4000
CIE-Lab90.7463-27.03393.9543

#abf3dc color RGB value is (171,243,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110011 11011100
Octal 253 363 334
Decimal 171 243 220
Hex AB F3 DC

RGB Percentages of Color #abf3dc

%26.97
%38.33
%34.70

CMYK Percentages of Color #abf3dc

%30
%0
%9
%5

Triadic Colors of #abf3dc

#abf3dc #dcabf3 #f3dcab

Analogous Colors of #abf3dc

#abf3dc #abe6f3 #abf3b8

Monochromatic Colors of #abf3dc

#abf3dc

Complementary Color

#abf3dc #f3abc2

#abf3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf3dc Color CSS Codes

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

#abf3dc Text Font Color

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

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


#abf3dc Background Color

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

This div background color is #abf3dc


#abf3dc Border Color

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

This div border color is #abf3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf3dc


Comments

No comments written yet.

Please login to write comment.