Color Hex Logo

#adbdce Color Hex

#ADBDCE
(173,189,206)
0 Favorites   0 Comments

Color spaces of #adbdce

RGB 173189206
HSL0.590.250.74
HSV211°16°81°
CMYK 0.160.080.00   0.19
XYZ46.571849.735765.5379
Yxy49.73570.28780.3073
Hunter Lab70.5235-5.5397-5.7320
CIE-Lab75.9067-1.9665-10.4055

#adbdce color RGB value is (173,189,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 11001110
Octal 255 275 316
Decimal 173 189 206
Hex AD BD CE

RGB Percentages of Color #adbdce

%30.46
%33.27
%36.27

CMYK Percentages of Color #adbdce

%16
%8
%0
%19

Triadic Colors of #adbdce

#adbdce #ceadbd #bdcead

Analogous Colors of #adbdce

#adbdce #aeadce #adcece

Monochromatic Colors of #adbdce

#adbdce

Complementary Color

#adbdce #cebead

#adbdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbdce Color CSS Codes

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

#adbdce Text Font Color

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

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


#adbdce Background Color

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

This div background color is #adbdce


#adbdce Border Color

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

This div border color is #adbdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbdce


Comments

No comments written yet.

Please login to write comment.