Color Hex Logo

#acf1fc Color Hex

#ACF1FC
(172,241,252)
0 Favorites   0 Comments

Color spaces of #acf1fc

RGB 172241252
HSL0.520.930.83
HSV188°32°99°
CMYK 0.320.040.00   0.01
XYZ66.039278.7095103.8073
Yxy78.70950.26570.3167
Hunter Lab88.7184-22.3873-7.2710
CIE-Lab91.1027-18.7983-12.1829

#acf1fc color RGB value is (172,241,252).

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

The process color (four color CMYK) of #acf1fc color hex is 0.32, 0.04, 0.00, 0.01. Web safe color of #acf1fc is #99ffff. Color #acf1fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110001 11111100
Octal 254 361 374
Decimal 172 241 252
Hex AC F1 FC

RGB Percentages of Color #acf1fc

%25.86
%36.24
%37.89

CMYK Percentages of Color #acf1fc

%32
%4
%0
%1

Triadic Colors of #acf1fc

#acf1fc #fcacf1 #f1fcac

Analogous Colors of #acf1fc

#acf1fc #acc9fc #acfcdf

Monochromatic Colors of #acf1fc

#acf1fc

Complementary Color

#acf1fc #fcb7ac

#acf1fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf1fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf1fc Color CSS Codes

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

#acf1fc Text Font Color

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

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


#acf1fc Background Color

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

This div background color is #acf1fc


#acf1fc Border Color

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

This div border color is #acf1fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf1fc

Related Colors

#acf1fc Color Palettes


Comments

No comments written yet.

Please login to write comment.