Color Hex Logo

#adb1ce Color Hex

#ADB1CE
(173,177,206)
0 Favorites   0 Comments

Color spaces of #adb1ce

RGB 173177206
HSL0.650.250.74
HSV233°16°81°
CMYK 0.160.140.00   0.19
XYZ44.096344.784764.7127
Yxy44.78470.28710.2916
Hunter Lab66.92140.5061-10.4882
CIE-Lab72.74994.5289-15.1366

#adb1ce color RGB value is (173,177,206).

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

The process color (four color CMYK) of #adb1ce color hex is 0.16, 0.14, 0.00, 0.19. Web safe color of #adb1ce is #9999cc. Color #adb1ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110001 11001110
Octal 255 261 316
Decimal 173 177 206
Hex AD B1 CE

RGB Percentages of Color #adb1ce

%31.12
%31.83
%37.05

CMYK Percentages of Color #adb1ce

%16
%14
%0
%19

Triadic Colors of #adb1ce

#adb1ce #ceadb1 #b1cead

Analogous Colors of #adb1ce

#adb1ce #baadce #adc2ce

Monochromatic Colors of #adb1ce

#adb1ce

Complementary Color

#adb1ce #cecaad

#adb1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb1ce Color CSS Codes

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

#adb1ce Text Font Color

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

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


#adb1ce Background Color

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

This div background color is #adb1ce


#adb1ce Border Color

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

This div border color is #adb1ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb1ce

#adb1ce Color Palettes


Comments

No comments written yet.

Please login to write comment.