Color Hex Logo

#adacbc Color Hex

#ADACBC
(173,172,188)
0 Favorites   0 Comments

Color spaces of #adacbc

RGB 173172188
HSL0.680.110.71
HSV244°74°
CMYK 0.080.090.00   0.26
XYZ41.063242.020153.5234
Yxy42.02010.30060.3076
Hunter Lab64.8229-0.3662-3.5789
CIE-Lab70.88483.4819-8.0414

#adacbc color RGB value is (173,172,188).

#adacbc hex color red value is 173, green value is 172 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #adacbc hue: 0.68 , saturation: 0.11 and the lightness value of adacbc is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 10111100
Octal 255 254 274
Decimal 173 172 188
Hex AD AC BC

RGB Percentages of Color #adacbc

%32.46
%32.27
%35.27

CMYK Percentages of Color #adacbc

%8
%9
%0
%26

Triadic Colors of #adacbc

#adacbc #bcadac #acbcad

Analogous Colors of #adacbc

#adacbc #b5acbc #acb3bc

Monochromatic Colors of #adacbc

#adacbc

Complementary Color

#adacbc #bbbcac

#adacbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adacbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adacbc Color CSS Codes

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

#adacbc Text Font Color

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

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


#adacbc Background Color

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

This div background color is #adacbc


#adacbc Border Color

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

This div border color is #adacbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adacbc


Comments

No comments written yet.

Please login to write comment.