Color Hex Logo

#aceeff Color Hex

#ACEEFF
(172,238,255)
0 Favorites   0 Comments

Color spaces of #aceeff

RGB 172238255
HSL0.531.000.84
HSV192°33°100°
CMYK 0.330.070.00   0.00
XYZ65.637877.1397106.0377
Yxy77.13970.26380.3100
Hunter Lab87.8292-20.3019-10.1014
CIE-Lab90.3859-16.6077-14.8186

#aceeff color RGB value is (172,238,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101110 11111111
Octal 254 356 377
Decimal 172 238 255
Hex AC EE FF

RGB Percentages of Color #aceeff

%25.86
%35.79
%38.35

CMYK Percentages of Color #aceeff

%33
%7
%0
%0

Triadic Colors of #aceeff

#aceeff #ffacee #eeffac

Analogous Colors of #aceeff

#aceeff #acc5ff #acffe7

Monochromatic Colors of #aceeff

#aceeff

Complementary Color

#aceeff #ffbdac

#aceeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceeff Color CSS Codes

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

#aceeff Text Font Color

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

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


#aceeff Background Color

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

This div background color is #aceeff


#aceeff Border Color

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

This div border color is #aceeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceeff


Comments

No comments written yet.

Please login to write comment.