Color Hex Logo

#adb0de Color Hex

#ADB0DE
(173,176,222)
0 Favorites   0 Comments

Color spaces of #adb0de

RGB 173176222
HSL0.660.430.77
HSV236°22°87°
CMYK 0.220.210.00   0.13
XYZ45.943745.208875.4119
Yxy45.20880.27580.2714
Hunter Lab67.23754.3043-19.4320
CIE-Lab73.02928.6568-23.4539

#adb0de color RGB value is (173,176,222).

#adb0de hex color red value is 173, green value is 176 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #adb0de hue: 0.66 , saturation: 0.43 and the lightness value of adb0de is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110000 11011110
Octal 255 260 336
Decimal 173 176 222
Hex AD B0 DE

RGB Percentages of Color #adb0de

%30.30
%30.82
%38.88

CMYK Percentages of Color #adb0de

%22
%21
%0
%13

Triadic Colors of #adb0de

#adb0de #deadb0 #b0dead

Analogous Colors of #adb0de

#adb0de #c3adde #adc9de

Monochromatic Colors of #adb0de

#adb0de

Complementary Color

#adb0de #dedbad

#adb0de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb0de Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb0de Color CSS Codes

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

#adb0de Text Font Color

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

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


#adb0de Background Color

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

This div background color is #adb0de


#adb0de Border Color

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

This div border color is #adb0de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb0de


Comments

No comments written yet.

Please login to write comment.