Color Hex Logo

#abf2cc Color Hex

#ABF2CC
(171,242,204)
0 Favorites   0 Comments

Color spaces of #abf2cc

RGB 171242204
HSL0.410.730.81
HSV148°29°95°
CMYK 0.290.000.16   0.05
XYZ59.445876.521868.7638
Yxy76.52180.29040.3738
Hunter Lab87.4767-31.782614.6270
CIE-Lab90.1011-29.738811.3410

#abf2cc color RGB value is (171,242,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110010 11001100
Octal 253 362 314
Decimal 171 242 204
Hex AB F2 CC

RGB Percentages of Color #abf2cc

%27.71
%39.22
%33.06

CMYK Percentages of Color #abf2cc

%29
%0
%16
%5

Triadic Colors of #abf2cc

#abf2cc #ccabf2 #f2ccab

Analogous Colors of #abf2cc

#abf2cc #abf2f0 #aef2ab

Monochromatic Colors of #abf2cc

#abf2cc

Complementary Color

#abf2cc #f2abd1

#abf2cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf2cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf2cc Color CSS Codes

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

#abf2cc Text Font Color

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

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


#abf2cc Background Color

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

This div background color is #abf2cc


#abf2cc Border Color

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

This div border color is #abf2cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf2cc


Comments

No comments written yet.

Please login to write comment.