Color Hex Logo

#adb9ce Color Hex

#ADB9CE
(173,185,206)
0 Favorites   0 Comments

Color spaces of #adb9ce

RGB 173185206
HSL0.610.250.74
HSV218°16°81°
CMYK 0.160.100.00   0.19
XYZ45.723148.038465.2550
Yxy48.03840.28750.3021
Hunter Lab69.3097-3.5370-7.3046
CIE-Lab74.84910.1830-11.9857

#adb9ce color RGB value is (173,185,206).

#adb9ce hex color red value is 173, green value is 185 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #adb9ce hue: 0.61 , saturation: 0.25 and the lightness value of adb9ce is 0.74.

The process color (four color CMYK) of #adb9ce color hex is 0.16, 0.10, 0.00, 0.19. Web safe color of #adb9ce is #99cccc. Color #adb9ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111001 11001110
Octal 255 271 316
Decimal 173 185 206
Hex AD B9 CE

RGB Percentages of Color #adb9ce

%30.67
%32.80
%36.52

CMYK Percentages of Color #adb9ce

%16
%10
%0
%19

Triadic Colors of #adb9ce

#adb9ce #ceadb9 #b9cead

Analogous Colors of #adb9ce

#adb9ce #b2adce #adcace

Monochromatic Colors of #adb9ce

#adb9ce

Complementary Color

#adb9ce #cec2ad

#adb9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb9ce Color CSS Codes

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

#adb9ce Text Font Color

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

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


#adb9ce Background Color

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

This div background color is #adb9ce


#adb9ce Border Color

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

This div border color is #adb9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb9ce


Comments

No comments written yet.

Please login to write comment.