Color Hex Logo

#acfaff Color Hex

#ACFAFF
(172,250,255)
0 Favorites   0 Comments

Color spaces of #acfaff

RGB 172250255
HSL0.511.000.84
HSV184°33°100°
CMYK 0.330.020.00   0.00
XYZ69.248984.3619107.2414
Yxy84.36190.26550.3234
Hunter Lab91.8487-26.1561-4.9321
CIE-Lab93.6075-22.5333-10.0114

#acfaff color RGB value is (172,250,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111010 11111111
Octal 254 372 377
Decimal 172 250 255
Hex AC FA FF

RGB Percentages of Color #acfaff

%25.41
%36.93
%37.67

CMYK Percentages of Color #acfaff

%33
%2
%0
%0

Triadic Colors of #acfaff

#acfaff #ffacfa #faffac

Analogous Colors of #acfaff

#acfaff #acd1ff #acffdb

Monochromatic Colors of #acfaff

#acfaff

Complementary Color

#acfaff #ffb1ac

#acfaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfaff Color CSS Codes

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

#acfaff Text Font Color

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

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


#acfaff Background Color

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

This div background color is #acfaff


#acfaff Border Color

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

This div border color is #acfaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfaff

Related Colors


Comments

No comments written yet.

Please login to write comment.