Color Hex Logo

#adb1dd Color Hex

#ADB1DD
(173,177,221)
0 Favorites   0 Comments

Color spaces of #adb1dd

RGB 173177221
HSL0.650.410.77
HSV235°22°87°
CMYK 0.220.200.00   0.13
XYZ46.006945.549074.7736
Yxy45.54900.27660.2738
Hunter Lab67.49003.5732-18.4456
CIE-Lab73.25197.8764-22.5692

#adb1dd color RGB value is (173,177,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110001 11011101
Octal 255 261 335
Decimal 173 177 221
Hex AD B1 DD

RGB Percentages of Color #adb1dd

%30.30
%31.00
%38.70

CMYK Percentages of Color #adb1dd

%22
%20
%0
%13

Triadic Colors of #adb1dd

#adb1dd #ddadb1 #b1ddad

Analogous Colors of #adb1dd

#adb1dd #c1addd #adc9dd

Monochromatic Colors of #adb1dd

#adb1dd

Complementary Color

#adb1dd #ddd9ad

#adb1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb1dd Color CSS Codes

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

#adb1dd Text Font Color

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

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


#adb1dd Background Color

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

This div background color is #adb1dd


#adb1dd Border Color

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

This div border color is #adb1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb1dd


Comments

No comments written yet.

Please login to write comment.