Color Hex Logo

#acb5c8 Color Hex

#ACB5C8
(172,181,200)
0 Favorites   0 Comments

Color spaces of #acb5c8

RGB 172181200
HSL0.610.200.73
HSV221°14°78°
CMYK 0.140.100.00   0.22
XYZ43.962545.988561.2032
Yxy45.98850.29080.3042
Hunter Lab67.8148-2.9593-6.0391
CIE-Lab73.53810.7397-10.6813

#acb5c8 color RGB value is (172,181,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110101 11001000
Octal 254 265 310
Decimal 172 181 200
Hex AC B5 C8

RGB Percentages of Color #acb5c8

%31.10
%32.73
%36.17

CMYK Percentages of Color #acb5c8

%14
%10
%0
%22

Triadic Colors of #acb5c8

#acb5c8 #c8acb5 #b5c8ac

Analogous Colors of #acb5c8

#acb5c8 #b1acc8 #acc3c8

Monochromatic Colors of #acb5c8

#acb5c8

Complementary Color

#acb5c8 #c8bfac

#acb5c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb5c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb5c8 Color CSS Codes

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

#acb5c8 Text Font Color

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

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


#acb5c8 Background Color

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

This div background color is #acb5c8


#acb5c8 Border Color

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

This div border color is #acb5c8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb5c8


Comments

No comments written yet.

Please login to write comment.