Color Hex Logo

#adbdc1 Color Hex

#ADBDC1
(173,189,193)
0 Favorites   0 Comments

Color spaces of #adbdc1

RGB 173189193
HSL0.530.140.72
HSV192°10°76°
CMYK 0.100.020.00   0.24
XYZ45.056849.129757.5603
Yxy49.12970.29690.3238
Hunter Lab70.0926-7.91890.3756
CIE-Lab75.5319-4.6725-3.9016

#adbdc1 color RGB value is (173,189,193).

#adbdc1 hex color red value is 173, green value is 189 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #adbdc1 hue: 0.53 , saturation: 0.14 and the lightness value of adbdc1 is 0.72.

The process color (four color CMYK) of #adbdc1 color hex is 0.10, 0.02, 0.00, 0.24. Web safe color of #adbdc1 is #99cccc. Color #adbdc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 11000001
Octal 255 275 301
Decimal 173 189 193
Hex AD BD C1

RGB Percentages of Color #adbdc1

%31.17
%34.05
%34.77

CMYK Percentages of Color #adbdc1

%10
%2
%0
%24

Triadic Colors of #adbdc1

#adbdc1 #c1adbd #bdc1ad

Analogous Colors of #adbdc1

#adbdc1 #adb3c1 #adc1bb

Monochromatic Colors of #adbdc1

#adbdc1

Complementary Color

#adbdc1 #c1b1ad

#adbdc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbdc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbdc1 Color CSS Codes

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

#adbdc1 Text Font Color

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

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


#adbdc1 Background Color

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

This div background color is #adbdc1


#adbdc1 Border Color

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

This div border color is #adbdc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbdc1


Comments

No comments written yet.

Please login to write comment.