Color Hex Logo

#acbbc7 Color Hex

#ACBBC7
(172,187,199)
0 Favorites   0 Comments

Color spaces of #acbbc7

RGB 172187199
HSL0.570.190.73
HSV207°14°78°
CMYK 0.140.060.00   0.22
XYZ45.092448.434861.0051
Yxy48.43480.29180.3134
Hunter Lab69.5951-6.1369-3.2553
CIE-Lab75.0983-2.7009-7.8129

#acbbc7 color RGB value is (172,187,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 11000111
Octal 254 273 307
Decimal 172 187 199
Hex AC BB C7

RGB Percentages of Color #acbbc7

%30.82
%33.51
%35.66

CMYK Percentages of Color #acbbc7

%14
%6
%0
%22

Triadic Colors of #acbbc7

#acbbc7 #c7acbb #bbc7ac

Analogous Colors of #acbbc7

#acbbc7 #acaec7 #acc7c6

Monochromatic Colors of #acbbc7

#acbbc7

Complementary Color

#acbbc7 #c7b8ac

#acbbc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbbc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbbc7 Color CSS Codes

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

#acbbc7 Text Font Color

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

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


#acbbc7 Background Color

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

This div background color is #acbbc7


#acbbc7 Border Color

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

This div border color is #acbbc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbbc7


Comments

No comments written yet.

Please login to write comment.