Color Hex Logo

#acccce Color Hex

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

Color spaces of #acccce

RGB 172204206
HSL0.510.260.74
HSV184°17°81°
CMYK 0.170.010.00   0.19
XYZ49.746756.412666.6593
Yxy56.41260.28790.3264
Hunter Lab75.1083-13.2132-0.0446
CIE-Lab79.8481-10.1937-4.5679

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

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

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

Base Numbers

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

RGB Percentages of Color #acccce

%29.55
%35.05
%35.40

CMYK Percentages of Color #acccce

%17
%1
%0
%19

Triadic Colors of #acccce

#acccce #ceaccc #ccceac

Analogous Colors of #acccce

#acccce #acbbce #accebf

Monochromatic Colors of #acccce

#acccce

Complementary Color

#acccce #ceaeac

#acccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#acccce Color CSS Codes

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

#acccce Text Font Color

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

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


#acccce Background Color

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

This div background color is #acccce


#acccce Border Color

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

This div border color is #acccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acccce


Comments

No comments written yet.

Please login to write comment.