Color Hex Logo

#a8acbc Color Hex

#A8ACBC
(168,172,188)
0 Favorites   0 Comments

Color spaces of #a8acbc

RGB 168172188
HSL0.630.130.70
HSV228°11°74°
CMYK 0.110.090.00   0.26
XYZ39.978141.460753.4726
Yxy41.46070.29630.3073
Hunter Lab64.3900-1.8564-4.1643
CIE-Lab70.49751.7920-8.6591

#a8acbc color RGB value is (168,172,188).

#a8acbc hex color red value is 168, green value is 172 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a8acbc hue: 0.63 , saturation: 0.13 and the lightness value of a8acbc is 0.70.

The process color (four color CMYK) of #a8acbc color hex is 0.11, 0.09, 0.00, 0.26. Web safe color of #a8acbc is #9999cc. Color #a8acbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101100 10111100
Octal 250 254 274
Decimal 168 172 188
Hex A8 AC BC

RGB Percentages of Color #a8acbc

%31.82
%32.58
%35.61

CMYK Percentages of Color #a8acbc

%11
%9
%0
%26

Triadic Colors of #a8acbc

#a8acbc #bca8ac #acbca8

Analogous Colors of #a8acbc

#a8acbc #aea8bc #a8b6bc

Monochromatic Colors of #a8acbc

#a8acbc

Complementary Color

#a8acbc #bcb8a8

#a8acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8acbc Color CSS Codes

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

#a8acbc Text Font Color

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

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


#a8acbc Background Color

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

This div background color is #a8acbc


#a8acbc Border Color

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

This div border color is #a8acbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8acbc


Comments

No comments written yet.

Please login to write comment.