Color Hex Logo

#adbdc3 Color Hex

#ADBDC3
(173,189,195)
0 Favorites   0 Comments

Color spaces of #adbdc3

RGB 173189195
HSL0.550.150.72
HSV196°11°76°
CMYK 0.110.030.00   0.24
XYZ45.281549.219658.7435
Yxy49.21960.29550.3212
Hunter Lab70.1567-7.5642-0.5349
CIE-Lab75.5877-4.2660-4.9059

#adbdc3 color RGB value is (173,189,195).

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

The process color (four color CMYK) of #adbdc3 color hex is 0.11, 0.03, 0.00, 0.24. Web safe color of #adbdc3 is #99cccc. Color #adbdc3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 11000011
Octal 255 275 303
Decimal 173 189 195
Hex AD BD C3

RGB Percentages of Color #adbdc3

%31.06
%33.93
%35.01

CMYK Percentages of Color #adbdc3

%11
%3
%0
%24

Triadic Colors of #adbdc3

#adbdc3 #c3adbd #bdc3ad

Analogous Colors of #adbdc3

#adbdc3 #adb2c3 #adc3be

Monochromatic Colors of #adbdc3

#adbdc3

Complementary Color

#adbdc3 #c3b3ad

#adbdc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbdc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbdc3 Color CSS Codes

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

#adbdc3 Text Font Color

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

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


#adbdc3 Background Color

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

This div background color is #adbdc3


#adbdc3 Border Color

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

This div border color is #adbdc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbdc3


Comments

No comments written yet.

Please login to write comment.