Color Hex Logo

#aceace Color Hex

#ACEACE
(172,234,206)
16 Favorites   0 Comments

Color spaces of #aceace

RGB 172234206
HSL0.420.600.80
HSV153°26°92°
CMYK 0.260.000.12   0.08
XYZ57.576772.072569.2693
Yxy72.07250.28940.3623
Hunter Lab84.8955-27.507311.0500
CIE-Lab88.0035-25.22687.3051

#aceace color RGB value is (172,234,206).

#aceace hex color red value is 172, green value is 234 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aceace hue: 0.42 , saturation: 0.60 and the lightness value of aceace is 0.80.

The process color (four color CMYK) of #aceace color hex is 0.26, 0.00, 0.12, 0.08. Web safe color of #aceace is #99ffcc. Color #aceace contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101010 11001110
Octal 254 352 316
Decimal 172 234 206
Hex AC EA CE

RGB Percentages of Color #aceace

%28.10
%38.24
%33.66

CMYK Percentages of Color #aceace

%26
%0
%12
%8

Triadic Colors of #aceace

#aceace #ceacea #eaceac

Analogous Colors of #aceace

#aceace #ace7ea #aceaaf

Monochromatic Colors of #aceace

#aceace

Complementary Color

#aceace #eaacc8

#aceace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceace Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceace Color CSS Codes

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

#aceace Text Font Color

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

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


#aceace Background Color

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

This div background color is #aceace


#aceace Border Color

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

This div border color is #aceace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceace


Comments

No comments written yet.

Please login to write comment.