Color Hex Logo

#acfaf9 Color Hex

#ACFAF9
(172,250,249)
0 Favorites   0 Comments

Color spaces of #acfaf9

RGB 172250249
HSL0.500.890.83
HSV179°31°98°
CMYK 0.310.000.00   0.02
XYZ68.297783.9814102.2329
Yxy83.98140.26830.3300
Hunter Lab91.6414-27.3414-1.9935
CIE-Lab93.4424-23.8915-7.1486

#acfaf9 color RGB value is (172,250,249).

#acfaf9 hex color red value is 172, green value is 250 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #acfaf9 hue: 0.50 , saturation: 0.89 and the lightness value of acfaf9 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111010 11111001
Octal 254 372 371
Decimal 172 250 249
Hex AC FA F9

RGB Percentages of Color #acfaf9

%25.63
%37.26
%37.11

CMYK Percentages of Color #acfaf9

%31
%0
%0
%2

Triadic Colors of #acfaf9

#acfaf9 #f9acfa #faf9ac

Analogous Colors of #acfaf9

#acfaf9 #acd4fa #acfad2

Monochromatic Colors of #acfaf9

#acfaf9

Complementary Color

#acfaf9 #faacad

#acfaf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfaf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfaf9 Color CSS Codes

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

#acfaf9 Text Font Color

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

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


#acfaf9 Background Color

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

This div background color is #acfaf9


#acfaf9 Border Color

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

This div border color is #acfaf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfaf9


Comments

No comments written yet.

Please login to write comment.