Color Hex Logo

#abf1cc Color Hex

#ABF1CC
(171,241,204)
0 Favorites   0 Comments

Color spaces of #abf1cc

RGB 171241204
HSL0.410.710.81
HSV148°29°95°
CMYK 0.290.000.15   0.05
XYZ59.149075.928268.6649
Yxy75.92820.29030.3727
Hunter Lab87.1368-31.322514.2745
CIE-Lab89.8260-29.266010.9491

#abf1cc color RGB value is (171,241,204).

#abf1cc hex color red value is 171, green value is 241 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #abf1cc hue: 0.41 , saturation: 0.71 and the lightness value of abf1cc is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110001 11001100
Octal 253 361 314
Decimal 171 241 204
Hex AB F1 CC

RGB Percentages of Color #abf1cc

%27.76
%39.12
%33.12

CMYK Percentages of Color #abf1cc

%29
%0
%15
%5

Triadic Colors of #abf1cc

#abf1cc #ccabf1 #f1ccab

Analogous Colors of #abf1cc

#abf1cc #abf1ef #adf1ab

Monochromatic Colors of #abf1cc

#abf1cc

Complementary Color

#abf1cc #f1abd0

#abf1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf1cc Color CSS Codes

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

#abf1cc Text Font Color

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

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


#abf1cc Background Color

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

This div background color is #abf1cc


#abf1cc Border Color

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

This div border color is #abf1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf1cc


Comments

No comments written yet.

Please login to write comment.