Color Hex Logo

#acf8ff Color Hex

#ACF8FF
(172,248,255)
0 Favorites   0 Comments

Color spaces of #acf8ff

RGB 172248255
HSL0.511.000.84
HSV185°33°100°
CMYK 0.330.030.00   0.00
XYZ68.630783.1255107.0353
Yxy83.12550.26520.3212
Hunter Lab91.1732-25.1870-5.7839
CIE-Lab93.0694-21.5568-10.8116

#acf8ff color RGB value is (172,248,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111000 11111111
Octal 254 370 377
Decimal 172 248 255
Hex AC F8 FF

RGB Percentages of Color #acf8ff

%25.48
%36.74
%37.78

CMYK Percentages of Color #acf8ff

%33
%3
%0
%0

Triadic Colors of #acf8ff

#acf8ff #ffacf8 #f8ffac

Analogous Colors of #acf8ff

#acf8ff #accfff #acffdd

Monochromatic Colors of #acf8ff

#acf8ff

Complementary Color

#acf8ff #ffb3ac

#acf8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf8ff Color CSS Codes

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

#acf8ff Text Font Color

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

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


#acf8ff Background Color

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

This div background color is #acf8ff


#acf8ff Border Color

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

This div border color is #acf8ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf8ff

Related Colors


Comments

No comments written yet.

Please login to write comment.