Color Hex Logo

#adbbce Color Hex

#ADBBCE
(173,187,206)
0 Favorites   0 Comments

Color spaces of #adbbce

RGB 173187206
HSL0.600.250.74
HSV215°16°81°
CMYK 0.160.090.00   0.19
XYZ46.144548.881165.3954
Yxy48.88110.28760.3047
Hunter Lab69.9150-4.5398-6.5167
CIE-Lab75.3773-0.8936-11.1959

#adbbce color RGB value is (173,187,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111011 11001110
Octal 255 273 316
Decimal 173 187 206
Hex AD BB CE

RGB Percentages of Color #adbbce

%30.57
%33.04
%36.40

CMYK Percentages of Color #adbbce

%16
%9
%0
%19

Triadic Colors of #adbbce

#adbbce #ceadbb #bbcead

Analogous Colors of #adbbce

#adbbce #b0adce #adccce

Monochromatic Colors of #adbbce

#adbbce

Complementary Color

#adbbce #cec0ad

#adbbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbbce Color CSS Codes

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

#adbbce Text Font Color

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

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


#adbbce Background Color

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

This div background color is #adbbce


#adbbce Border Color

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

This div border color is #adbbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbbce


Comments

No comments written yet.

Please login to write comment.