Color Hex Logo

#acefff Color Hex

#ACEFFF
(172,239,255)
0 Favorites   0 Comments

Color spaces of #acefff

RGB 172239255
HSL0.531.000.84
HSV192°33°100°
CMYK 0.330.060.00   0.00
XYZ65.929877.7237106.1350
Yxy77.72370.26390.3112
Hunter Lab88.1610-20.7935-9.6651
CIE-Lab90.6537-17.1076-14.4175

#acefff color RGB value is (172,239,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 11111111
Octal 254 357 377
Decimal 172 239 255
Hex AC EF FF

RGB Percentages of Color #acefff

%25.83
%35.89
%38.29

CMYK Percentages of Color #acefff

%33
%6
%0
%0

Triadic Colors of #acefff

#acefff #ffacef #efffac

Analogous Colors of #acefff

#acefff #acc6ff #acffe6

Monochromatic Colors of #acefff

#acefff

Complementary Color

#acefff #ffbcac

#acefff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acefff Color Preview on White Background

Lorem ipsum dolor sit amet.

#acefff Color CSS Codes

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

#acefff Text Font Color

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

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


#acefff Background Color

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

This div background color is #acefff


#acefff Border Color

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

This div border color is #acefff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acefff

Related Colors

#acefff Color Palettes


Comments

No comments written yet.

Please login to write comment.