Color Hex Logo

#abf5dc Color Hex

#ABF5DC
(171,245,220)
0 Favorites   0 Comments

Color spaces of #abf5dc

RGB 171245220
HSL0.440.790.82
HSV160°30°96°
CMYK 0.300.000.10   0.04
XYZ62.365379.130079.6968
Yxy79.13000.28200.3577
Hunter Lab88.9550-30.52719.1493
CIE-Lab91.2931-27.98844.7457

#abf5dc color RGB value is (171,245,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110101 11011100
Octal 253 365 334
Decimal 171 245 220
Hex AB F5 DC

RGB Percentages of Color #abf5dc

%26.89
%38.52
%34.59

CMYK Percentages of Color #abf5dc

%30
%0
%10
%4

Triadic Colors of #abf5dc

#abf5dc #dcabf5 #f5dcab

Analogous Colors of #abf5dc

#abf5dc #abe9f5 #abf5b7

Monochromatic Colors of #abf5dc

#abf5dc

Complementary Color

#abf5dc #f5abc4

#abf5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf5dc Color CSS Codes

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

#abf5dc Text Font Color

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

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


#abf5dc Background Color

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

This div background color is #abf5dc


#abf5dc Border Color

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

This div border color is #abf5dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf5dc


Comments

No comments written yet.

Please login to write comment.