Color Hex Logo

#acecff Color Hex

#ACECFF
(172,236,255)
0 Favorites   0 Comments

Color spaces of #acecff

RGB 172236255
HSL0.541.000.84
HSV194°33°100°
CMYK 0.330.070.00   0.00
XYZ65.058775.9816105.8447
Yxy75.98160.26350.3078
Hunter Lab87.1674-19.3169-10.9768
CIE-Lab89.8508-15.6049-15.6208

#acecff color RGB value is (172,236,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101100 11111111
Octal 254 354 377
Decimal 172 236 255
Hex AC EC FF

RGB Percentages of Color #acecff

%25.94
%35.60
%38.46

CMYK Percentages of Color #acecff

%33
%7
%0
%0

Triadic Colors of #acecff

#acecff #ffacec #ecffac

Analogous Colors of #acecff

#acecff #acc3ff #acffe9

Monochromatic Colors of #acecff

#acecff

Complementary Color

#acecff #ffbfac

#acecff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acecff Color Preview on White Background

Lorem ipsum dolor sit amet.

#acecff Color CSS Codes

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

#acecff Text Font Color

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

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


#acecff Background Color

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

This div background color is #acecff


#acecff Border Color

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

This div border color is #acecff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acecff

#acecff Color Palettes


Comments

No comments written yet.

Please login to write comment.