Color Hex Logo

#aceccc Color Hex

#ACECCC
(172,236,204)
0 Favorites   0 Comments

Color spaces of #aceccc

RGB 172236204
HSL0.420.630.80
HSV150°27°93°
CMYK 0.270.000.14   0.07
XYZ57.907873.121268.1885
Yxy73.12120.29070.3670
Hunter Lab85.5109-28.764412.5784
CIE-Lab88.5055-26.58129.0699

#aceccc color RGB value is (172,236,204).

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

The process color (four color CMYK) of #aceccc color hex is 0.27, 0.00, 0.14, 0.07. Web safe color of #aceccc is #99ffcc. Color #aceccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101100 11001100
Octal 254 354 314
Decimal 172 236 204
Hex AC EC CC

RGB Percentages of Color #aceccc

%28.10
%38.56
%33.33

CMYK Percentages of Color #aceccc

%27
%0
%14
%7

Triadic Colors of #aceccc

#aceccc #ccacec #ecccac

Analogous Colors of #aceccc

#aceccc #acecec #acecac

Monochromatic Colors of #aceccc

#aceccc

Complementary Color

#aceccc #ecaccc

#aceccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceccc Color CSS Codes

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

#aceccc Text Font Color

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

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


#aceccc Background Color

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

This div background color is #aceccc


#aceccc Border Color

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

This div border color is #aceccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceccc


Comments

No comments written yet.

Please login to write comment.