Color Hex Logo

#acffff Color Hex

#ACFFFF
(172,255,255)
0 Favorites   0 Comments

Color spaces of #acffff

RGB 172255255
HSL0.501.000.84
HSV180°33°100°
CMYK 0.330.000.00   0.00
XYZ70.823387.5107107.7662
Yxy87.51070.26620.3289
Hunter Lab93.5472-28.5676-2.8190
CIE-Lab94.9545-24.9556-8.0129

#acffff color RGB value is (172,255,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 11111111
Octal 254 377 377
Decimal 172 255 255
Hex AC FF FF

RGB Percentages of Color #acffff

%25.22
%37.39
%37.39

CMYK Percentages of Color #acffff

%33
%0
%0
%0

Triadic Colors of #acffff

#acffff #ffacff #ffffac

Analogous Colors of #acffff

#acffff #acd6ff #acffd6

Monochromatic Colors of #acffff

#acffff

Complementary Color

#acffff #ffacac

#acffff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acffff Color Preview on White Background

Lorem ipsum dolor sit amet.

#acffff Color CSS Codes

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

#acffff Text Font Color

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

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


#acffff Background Color

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

This div background color is #acffff


#acffff Border Color

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

This div border color is #acffff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acffff

Related Colors


Comments

No comments written yet.

Please login to write comment.