Color Hex Logo

#acf3ff Color Hex

#ACF3FF
(172,243,255)
0 Favorites   0 Comments

Color spaces of #acf3ff

RGB 172243255
HSL0.521.000.84
HSV189°33°100°
CMYK 0.330.050.00   0.00
XYZ67.113880.0918106.5297
Yxy80.09180.26450.3157
Hunter Lab89.4940-22.7529-7.9304
CIE-Lab91.7260-19.0960-12.8141

#acf3ff color RGB value is (172,243,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110011 11111111
Octal 254 363 377
Decimal 172 243 255
Hex AC F3 FF

RGB Percentages of Color #acf3ff

%25.67
%36.27
%38.06

CMYK Percentages of Color #acf3ff

%33
%5
%0
%0

Triadic Colors of #acf3ff

#acf3ff #ffacf3 #f3ffac

Analogous Colors of #acf3ff

#acf3ff #accaff #acffe2

Monochromatic Colors of #acf3ff

#acf3ff

Complementary Color

#acf3ff #ffb8ac

#acf3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf3ff Color CSS Codes

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

#acf3ff Text Font Color

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

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


#acf3ff Background Color

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

This div background color is #acf3ff


#acf3ff Border Color

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

This div border color is #acf3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf3ff


Comments

No comments written yet.

Please login to write comment.