Color Hex Logo

#adb7cb Color Hex

#ADB7CB
(173,183,203)
0 Favorites   0 Comments

Color spaces of #adb7cb

RGB 173183203
HSL0.610.220.74
HSV220°15°80°
CMYK 0.150.100.00   0.20
XYZ44.946647.063063.2150
Yxy47.06300.28960.3032
Hunter Lab68.6025-3.1057-6.6121
CIE-Lab74.23000.6210-11.2773

#adb7cb color RGB value is (173,183,203).

#adb7cb hex color red value is 173, green value is 183 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #adb7cb hue: 0.61 , saturation: 0.22 and the lightness value of adb7cb is 0.74.

The process color (four color CMYK) of #adb7cb color hex is 0.15, 0.10, 0.00, 0.20. Web safe color of #adb7cb is #99cccc. Color #adb7cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110111 11001011
Octal 255 267 313
Decimal 173 183 203
Hex AD B7 CB

RGB Percentages of Color #adb7cb

%30.95
%32.74
%36.31

CMYK Percentages of Color #adb7cb

%15
%10
%0
%20

Triadic Colors of #adb7cb

#adb7cb #cbadb7 #b7cbad

Analogous Colors of #adb7cb

#adb7cb #b2adcb #adc6cb

Monochromatic Colors of #adb7cb

#adb7cb

Complementary Color

#adb7cb #cbc1ad

#adb7cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb7cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb7cb Color CSS Codes

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

#adb7cb Text Font Color

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

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


#adb7cb Background Color

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

This div background color is #adb7cb


#adb7cb Border Color

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

This div border color is #adb7cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb7cb


Comments

No comments written yet.

Please login to write comment.