Color Hex Logo

#abffcf Color Hex

#ABFFCF
(171,255,207)
0 Favorites   0 Comments

Color spaces of #abffcf

RGB 171255207
HSL0.401.000.84
HSV146°33°100°
CMYK 0.330.000.19   0.00
XYZ63.817184.682972.0134
Yxy84.68290.28940.3840
Hunter Lab92.0233-37.253118.0186
CIE-Lab93.7463-35.217114.9644

#abffcf color RGB value is (171,255,207).

#abffcf hex color red value is 171, green value is 255 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #abffcf hue: 0.40 , saturation: 1.00 and the lightness value of abffcf is 0.84.

The process color (four color CMYK) of #abffcf color hex is 0.33, 0.00, 0.19, 0.00. Web safe color of #abffcf is #99ffcc. Color #abffcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111111 11001111
Octal 253 377 317
Decimal 171 255 207
Hex AB FF CF

RGB Percentages of Color #abffcf

%27.01
%40.28
%32.70

CMYK Percentages of Color #abffcf

%33
%0
%19
%0

Triadic Colors of #abffcf

#abffcf #cfabff #ffcfab

Analogous Colors of #abffcf

#abffcf #abfff9 #b1ffab

Monochromatic Colors of #abffcf

#abffcf

Complementary Color

#abffcf #ffabdb

#abffcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abffcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abffcf Color CSS Codes

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

#abffcf Text Font Color

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

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


#abffcf Background Color

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

This div background color is #abffcf


#abffcf Border Color

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

This div border color is #abffcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abffcf

Related Colors

#abffcf Color Palettes


Comments

No comments written yet.

Please login to write comment.