Color Hex Logo

#adbdc9 Color Hex

#ADBDC9
(173,189,201)
0 Favorites   0 Comments

Color spaces of #adbdc9

RGB 173189201
HSL0.570.210.73
HSV206°14°79°
CMYK 0.140.060.00   0.21
XYZ45.973849.496562.3890
Yxy49.49650.29120.3135
Hunter Lab70.3537-6.4753-3.3302
CIE-Lab75.7592-3.0248-7.9110

#adbdc9 color RGB value is (173,189,201).

#adbdc9 hex color red value is 173, green value is 189 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #adbdc9 hue: 0.57 , saturation: 0.21 and the lightness value of adbdc9 is 0.73.

The process color (four color CMYK) of #adbdc9 color hex is 0.14, 0.06, 0.00, 0.21. Web safe color of #adbdc9 is #99cccc. Color #adbdc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 11001001
Octal 255 275 311
Decimal 173 189 201
Hex AD BD C9

RGB Percentages of Color #adbdc9

%30.73
%33.57
%35.70

CMYK Percentages of Color #adbdc9

%14
%6
%0
%21

Triadic Colors of #adbdc9

#adbdc9 #c9adbd #bdc9ad

Analogous Colors of #adbdc9

#adbdc9 #adafc9 #adc9c7

Monochromatic Colors of #adbdc9

#adbdc9

Complementary Color

#adbdc9 #c9b9ad

#adbdc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbdc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbdc9 Color CSS Codes

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

#adbdc9 Text Font Color

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

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


#adbdc9 Background Color

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

This div background color is #adbdc9


#adbdc9 Border Color

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

This div border color is #adbdc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbdc9


Comments

No comments written yet.

Please login to write comment.