Color Hex Logo

#adb2cd Color Hex

#ADB2CD
(173,178,205)
0 Favorites   0 Comments

Color spaces of #adb2cd

RGB 173178205
HSL0.640.240.74
HSV231°16°80°
CMYK 0.160.130.00   0.20
XYZ44.173445.132864.1409
Yxy45.13280.28790.2941
Hunter Lab67.1809-0.1978-9.5804
CIE-Lab72.97933.7658-14.2445

#adb2cd color RGB value is (173,178,205).

#adb2cd hex color red value is 173, green value is 178 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #adb2cd hue: 0.64 , saturation: 0.24 and the lightness value of adb2cd is 0.74.

The process color (four color CMYK) of #adb2cd color hex is 0.16, 0.13, 0.00, 0.20. Web safe color of #adb2cd is #9999cc. Color #adb2cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110010 11001101
Octal 255 262 315
Decimal 173 178 205
Hex AD B2 CD

RGB Percentages of Color #adb2cd

%31.12
%32.01
%36.87

CMYK Percentages of Color #adb2cd

%16
%13
%0
%20

Triadic Colors of #adb2cd

#adb2cd #cdadb2 #b2cdad

Analogous Colors of #adb2cd

#adb2cd #b8adcd #adc2cd

Monochromatic Colors of #adb2cd

#adb2cd

Complementary Color

#adb2cd #cdc8ad

#adb2cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb2cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb2cd Color CSS Codes

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

#adb2cd Text Font Color

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

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


#adb2cd Background Color

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

This div background color is #adb2cd


#adb2cd Border Color

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

This div border color is #adb2cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb2cd


Comments

No comments written yet.

Please login to write comment.