Color Hex Logo

#acfffc Color Hex

#ACFFFC
(172,255,252)
0 Favorites   0 Comments

Color spaces of #acfffc

RGB 172255252
HSL0.491.000.84
HSV178°33°100°
CMYK 0.330.000.01   0.00
XYZ70.343987.3189105.2422
Yxy87.31890.26760.3321
Hunter Lab93.4446-29.1555-1.3643
CIE-Lab94.8734-25.6310-6.5844

#acfffc color RGB value is (172,255,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 11111100
Octal 254 377 374
Decimal 172 255 252
Hex AC FF FC

RGB Percentages of Color #acfffc

%25.33
%37.56
%37.11

CMYK Percentages of Color #acfffc

%33
%0
%1
%0

Triadic Colors of #acfffc

#acfffc #fcacff #fffcac

Analogous Colors of #acfffc

#acfffc #acd9ff #acffd3

Monochromatic Colors of #acfffc

#acfffc

Complementary Color

#acfffc #ffacaf

#acfffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfffc Color CSS Codes

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

#acfffc Text Font Color

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

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


#acfffc Background Color

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

This div background color is #acfffc


#acfffc Border Color

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

This div border color is #acfffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfffc

Related Colors


Comments

No comments written yet.

Please login to write comment.