Color Hex Logo

#abfffc Color Hex

#ABFFFC
(171,255,252)
0 Favorites   0 Comments

Color spaces of #abfffc

RGB 171255252
HSL0.491.000.84
HSV178°33°100°
CMYK 0.330.000.01   0.00
XYZ70.125387.2062105.2319
Yxy87.20620.26710.3321
Hunter Lab93.3843-29.3810-1.4431
CIE-Lab94.8257-25.8943-6.6603

#abfffc color RGB value is (171,255,252).

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

The process color (four color CMYK) of #abfffc color hex is 0.33, 0.00, 0.01, 0.00. Web safe color of #abfffc is #99ffff. Color #abfffc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111111 11111100
Octal 253 377 374
Decimal 171 255 252
Hex AB FF FC

RGB Percentages of Color #abfffc

%25.22
%37.61
%37.17

CMYK Percentages of Color #abfffc

%33
%0
%1
%0

Triadic Colors of #abfffc

#abfffc #fcabff #fffcab

Analogous Colors of #abfffc

#abfffc #abd8ff #abffd2

Monochromatic Colors of #abfffc

#abfffc

Complementary Color

#abfffc #ffabae

#abfffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfffc Color CSS Codes

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

#abfffc Text Font Color

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

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


#abfffc Background Color

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

This div background color is #abfffc


#abfffc Border Color

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

This div border color is #abfffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfffc

Related Colors


Comments

No comments written yet.

Please login to write comment.