Color Hex Logo

#ace7eb Color Hex

#ACE7EB
(172,231,235)
0 Favorites   0 Comments

Color spaces of #ace7eb

RGB 172231235
HSL0.510.610.80
HSV184°27°92°
CMYK 0.270.020.00   0.08
XYZ60.584671.920689.2862
Yxy71.92060.27320.3243
Hunter Lab84.8060-20.8918-3.0580
CIE-Lab87.9304-17.6691-8.0093

#ace7eb color RGB value is (172,231,235).

#ace7eb hex color red value is 172, green value is 231 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ace7eb hue: 0.51 , saturation: 0.61 and the lightness value of ace7eb is 0.80.

The process color (four color CMYK) of #ace7eb color hex is 0.27, 0.02, 0.00, 0.08. Web safe color of #ace7eb is #99ffff. Color #ace7eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100111 11101011
Octal 254 347 353
Decimal 172 231 235
Hex AC E7 EB

RGB Percentages of Color #ace7eb

%26.96
%36.21
%36.83

CMYK Percentages of Color #ace7eb

%27
%2
%0
%8

Triadic Colors of #ace7eb

#ace7eb #ebace7 #e7ebac

Analogous Colors of #ace7eb

#ace7eb #acc8eb #acebd0

Monochromatic Colors of #ace7eb

#ace7eb

Complementary Color

#ace7eb #ebb0ac

#ace7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace7eb Color CSS Codes

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

#ace7eb Text Font Color

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

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


#ace7eb Background Color

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

This div background color is #ace7eb


#ace7eb Border Color

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

This div border color is #ace7eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,231,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ace7eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace7eb


Comments

No comments written yet.

Please login to write comment.