Color Hex Logo

#adacbe Color Hex

#ADACBE
(173,172,190)
0 Favorites   0 Comments

Color spaces of #adacbe

RGB 173172190
HSL0.680.120.71
HSV243°75°
CMYK 0.090.090.00   0.25
XYZ41.280442.107054.6670
Yxy42.10700.29900.3050
Hunter Lab64.8899-0.0027-4.5264
CIE-Lab70.94463.8891-9.0544

#adacbe color RGB value is (173,172,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101100 10111110
Octal 255 254 276
Decimal 173 172 190
Hex AD AC BE

RGB Percentages of Color #adacbe

%32.34
%32.15
%35.51

CMYK Percentages of Color #adacbe

%9
%9
%0
%25

Triadic Colors of #adacbe

#adacbe #beadac #acbead

Analogous Colors of #adacbe

#adacbe #b6acbe #acb4be

Monochromatic Colors of #adacbe

#adacbe

Complementary Color

#adacbe #bdbeac

#adacbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adacbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#adacbe Color CSS Codes

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

#adacbe Text Font Color

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

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


#adacbe Background Color

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

This div background color is #adacbe


#adacbe Border Color

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

This div border color is #adacbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adacbe


Comments

No comments written yet.

Please login to write comment.