Color Hex Logo

#acc1c8 Color Hex

#ACC1C8
(172,193,200)
0 Favorites   0 Comments

Color spaces of #acc1c8

RGB 172193200
HSL0.540.200.73
HSV195°14°78°
CMYK 0.140.040.00   0.22
XYZ46.508551.080762.0519
Yxy51.08070.29130.3200
Hunter Lab71.4708-8.9177-1.4469
CIE-Lab76.7279-5.6845-5.9411

#acc1c8 color RGB value is (172,193,200).

#acc1c8 hex color red value is 172, green value is 193 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #acc1c8 hue: 0.54 , saturation: 0.20 and the lightness value of acc1c8 is 0.73.

The process color (four color CMYK) of #acc1c8 color hex is 0.14, 0.04, 0.00, 0.22. Web safe color of #acc1c8 is #99cccc. Color #acc1c8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000001 11001000
Octal 254 301 310
Decimal 172 193 200
Hex AC C1 C8

RGB Percentages of Color #acc1c8

%30.44
%34.16
%35.40

CMYK Percentages of Color #acc1c8

%14
%4
%0
%22

Triadic Colors of #acc1c8

#acc1c8 #c8acc1 #c1c8ac

Analogous Colors of #acc1c8

#acc1c8 #acb3c8 #acc8c1

Monochromatic Colors of #acc1c8

#acc1c8

Complementary Color

#acc1c8 #c8b3ac

#acc1c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc1c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc1c8 Color CSS Codes

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

#acc1c8 Text Font Color

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

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


#acc1c8 Background Color

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

This div background color is #acc1c8


#acc1c8 Border Color

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

This div border color is #acc1c8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc1c8


Comments

No comments written yet.

Please login to write comment.