Color Hex Logo

#accecc Color Hex

#ACCECC
(172,206,204)
0 Favorites   0 Comments

Color spaces of #accecc

RGB 172206204
HSL0.490.260.74
HSV176°17°81°
CMYK 0.170.000.01   0.19
XYZ49.983657.272965.5471
Yxy57.27290.28930.3314
Hunter Lab75.6789-14.54421.6229
CIE-Lab80.3328-11.6446-2.7822

#accecc color RGB value is (172,206,204).

#accecc hex color red value is 172, green value is 206 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #accecc hue: 0.49 , saturation: 0.26 and the lightness value of accecc is 0.74.

The process color (four color CMYK) of #accecc color hex is 0.17, 0.00, 0.01, 0.19. Web safe color of #accecc is #99cccc. Color #accecc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001110 11001100
Octal 254 316 314
Decimal 172 206 204
Hex AC CE CC

RGB Percentages of Color #accecc

%29.55
%35.40
%35.05

CMYK Percentages of Color #accecc

%17
%0
%1
%19

Triadic Colors of #accecc

#accecc #ccacce #ceccac

Analogous Colors of #accecc

#accecc #acbfce #accebb

Monochromatic Colors of #accecc

#accecc

Complementary Color

#accecc #ceacae

#accecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#accecc Color CSS Codes

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

#accecc Text Font Color

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

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


#accecc Background Color

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

This div background color is #accecc


#accecc Border Color

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

This div border color is #accecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accecc


Comments

No comments written yet.

Please login to write comment.