Color Hex Logo

#acfffd Color Hex

#ACFFFD
(172,255,253)
0 Favorites   0 Comments

Color spaces of #acfffd

RGB 172255253
HSL0.501.000.84
HSV179°33°100°
CMYK 0.330.000.01   0.00
XYZ70.502987.3825106.0791
Yxy87.38250.26710.3310
Hunter Lab93.4786-28.9603-1.8470
CIE-Lab94.9003-25.4065-7.0608

#acfffd color RGB value is (172,255,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 11111101
Octal 254 377 375
Decimal 172 255 253
Hex AC FF FD

RGB Percentages of Color #acfffd

%25.29
%37.50
%37.21

CMYK Percentages of Color #acfffd

%33
%0
%1
%0

Triadic Colors of #acfffd

#acfffd #fdacff #fffdac

Analogous Colors of #acfffd

#acfffd #acd8ff #acffd4

Monochromatic Colors of #acfffd

#acfffd

Complementary Color

#acfffd #ffacae

#acfffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfffd Color CSS Codes

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

#acfffd Text Font Color

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

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


#acfffd Background Color

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

This div background color is #acfffd


#acfffd Border Color

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

This div border color is #acfffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfffd

Related Colors

#acfffd Color Palettes


Comments

No comments written yet.

Please login to write comment.