Color Hex Logo

#adb1cd Color Hex

#ADB1CD
(173,177,205)
0 Favorites   0 Comments

Color spaces of #adb1cd

RGB 173177205
HSL0.650.240.74
HSV233°16°80°
CMYK 0.160.140.00   0.20
XYZ43.975244.736364.0748
Yxy44.73630.28780.2928
Hunter Lab66.88520.3098-9.9791
CIE-Lab72.71794.3121-14.6374

#adb1cd color RGB value is (173,177,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110001 11001101
Octal 255 261 315
Decimal 173 177 205
Hex AD B1 CD

RGB Percentages of Color #adb1cd

%31.17
%31.89
%36.94

CMYK Percentages of Color #adb1cd

%16
%14
%0
%20

Triadic Colors of #adb1cd

#adb1cd #cdadb1 #b1cdad

Analogous Colors of #adb1cd

#adb1cd #b9adcd #adc1cd

Monochromatic Colors of #adb1cd

#adb1cd

Complementary Color

#adb1cd #cdc9ad

#adb1cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb1cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb1cd Color CSS Codes

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

#adb1cd Text Font Color

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

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


#adb1cd Background Color

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

This div background color is #adb1cd


#adb1cd Border Color

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

This div border color is #adb1cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb1cd


Comments

No comments written yet.

Please login to write comment.