Color Hex Logo

#adb7ce Color Hex

#ADB7CE
(173,183,206)
0 Favorites   0 Comments

Color spaces of #adb7ce

RGB 173183206
HSL0.620.250.74
HSV222°16°81°
CMYK 0.160.110.00   0.19
XYZ45.307647.207465.1165
Yxy47.20740.28740.2995
Hunter Lab68.7076-2.5308-8.0957
CIE-Lab74.32221.2638-12.7748

#adb7ce color RGB value is (173,183,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110111 11001110
Octal 255 267 316
Decimal 173 183 206
Hex AD B7 CE

RGB Percentages of Color #adb7ce

%30.78
%32.56
%36.65

CMYK Percentages of Color #adb7ce

%16
%11
%0
%19

Triadic Colors of #adb7ce

#adb7ce #ceadb7 #b7cead

Analogous Colors of #adb7ce

#adb7ce #b4adce #adc8ce

Monochromatic Colors of #adb7ce

#adb7ce

Complementary Color

#adb7ce #cec4ad

#adb7ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb7ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb7ce Color CSS Codes

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

#adb7ce Text Font Color

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

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


#adb7ce Background Color

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

This div background color is #adb7ce


#adb7ce Border Color

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

This div border color is #adb7ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb7ce


Comments

No comments written yet.

Please login to write comment.