Color Hex Logo

#acf0fa Color Hex

#ACF0FA
(172,240,250)
0 Favorites   0 Comments

Color spaces of #acf0fa

RGB 172240250
HSL0.520.890.83
HSV188°31°98°
CMYK 0.310.040.00   0.02
XYZ65.428777.9930102.0482
Yxy77.99300.26650.3177
Hunter Lab88.3136-22.3041-6.6912
CIE-Lab90.7767-18.7621-11.6267

#acf0fa color RGB value is (172,240,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110000 11111010
Octal 254 360 372
Decimal 172 240 250
Hex AC F0 FA

RGB Percentages of Color #acf0fa

%25.98
%36.25
%37.76

CMYK Percentages of Color #acf0fa

%31
%4
%0
%2

Triadic Colors of #acf0fa

#acf0fa #faacf0 #f0faac

Analogous Colors of #acf0fa

#acf0fa #acc9fa #acfadd

Monochromatic Colors of #acf0fa

#acf0fa

Complementary Color

#acf0fa #fab6ac

#acf0fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf0fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf0fa Color CSS Codes

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

#acf0fa Text Font Color

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

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


#acf0fa Background Color

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

This div background color is #acf0fa


#acf0fa Border Color

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

This div border color is #acf0fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf0fa


Comments

No comments written yet.

Please login to write comment.