Color Hex Logo

#acbcc9 Color Hex

#ACBCC9
(172,188,201)
0 Favorites   0 Comments

Color spaces of #acbcc9

RGB 172188201
HSL0.570.210.73
HSV207°14°79°
CMYK 0.140.060.00   0.21
XYZ45.539148.954162.3073
Yxy48.95410.29040.3122
Hunter Lab69.9672-6.2635-3.8220
CIE-Lab75.4228-2.8157-8.4185

#acbcc9 color RGB value is (172,188,201).

#acbcc9 hex color red value is 172, green value is 188 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #acbcc9 hue: 0.57 , saturation: 0.21 and the lightness value of acbcc9 is 0.73.

The process color (four color CMYK) of #acbcc9 color hex is 0.14, 0.06, 0.00, 0.21. Web safe color of #acbcc9 is #99cccc. Color #acbcc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 11001001
Octal 254 274 311
Decimal 172 188 201
Hex AC BC C9

RGB Percentages of Color #acbcc9

%30.66
%33.51
%35.83

CMYK Percentages of Color #acbcc9

%14
%6
%0
%21

Triadic Colors of #acbcc9

#acbcc9 #c9acbc #bcc9ac

Analogous Colors of #acbcc9

#acbcc9 #acaec9 #acc9c8

Monochromatic Colors of #acbcc9

#acbcc9

Complementary Color

#acbcc9 #c9b9ac

#acbcc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbcc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbcc9 Color CSS Codes

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

#acbcc9 Text Font Color

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

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


#acbcc9 Background Color

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

This div background color is #acbcc9


#acbcc9 Border Color

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

This div border color is #acbcc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbcc9


Comments

No comments written yet.

Please login to write comment.