Color Hex Logo

#ace7ff Color Hex

#ACE7FF
(172,231,255)
0 Favorites   0 Comments

Color spaces of #ace7ff

RGB 172231255
HSL0.551.000.84
HSV197°33°100°
CMYK 0.330.090.00   0.00
XYZ63.639273.1425105.3715
Yxy73.14250.26280.3021
Hunter Lab85.5234-16.8415-13.1835
CIE-Lab88.5156-13.0783-17.6271

#ace7ff color RGB value is (172,231,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100111 11111111
Octal 254 347 377
Decimal 172 231 255
Hex AC E7 FF

RGB Percentages of Color #ace7ff

%26.14
%35.11
%38.75

CMYK Percentages of Color #ace7ff

%33
%9
%0
%0

Triadic Colors of #ace7ff

#ace7ff #fface7 #e7ffac

Analogous Colors of #ace7ff

#ace7ff #acbeff #acffee

Monochromatic Colors of #ace7ff

#ace7ff

Complementary Color

#ace7ff #ffc4ac

#ace7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace7ff Color CSS Codes

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

#ace7ff Text Font Color

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

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


#ace7ff Background Color

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

This div background color is #ace7ff


#ace7ff Border Color

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

This div border color is #ace7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace7ff

Related Colors

#ace7ff Color Palettes


Comments

No comments written yet.

Please login to write comment.