Color Hex Logo

#aceacc Color Hex

#ACEACC
(172,234,204)
0 Favorites   0 Comments

Color spaces of #aceacc

RGB 172234204
HSL0.420.600.80
HSV151°26°92°
CMYK 0.260.000.13   0.08
XYZ57.335271.975967.9976
Yxy71.97590.29060.3648
Hunter Lab84.8386-27.834611.8665
CIE-Lab87.9570-25.61878.2841

#aceacc color RGB value is (172,234,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101010 11001100
Octal 254 352 314
Decimal 172 234 204
Hex AC EA CC

RGB Percentages of Color #aceacc

%28.20
%38.36
%33.44

CMYK Percentages of Color #aceacc

%26
%0
%13
%8

Triadic Colors of #aceacc

#aceacc #ccacea #eaccac

Analogous Colors of #aceacc

#aceacc #ace9ea #aceaad

Monochromatic Colors of #aceacc

#aceacc

Complementary Color

#aceacc #eaacca

#aceacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceacc Color CSS Codes

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

#aceacc Text Font Color

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

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


#aceacc Background Color

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

This div background color is #aceacc


#aceacc Border Color

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

This div border color is #aceacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceacc


Comments

No comments written yet.

Please login to write comment.