Color Hex Logo

#adb7eb Color Hex

#ADB7EB
(173,183,235)
0 Favorites   0 Comments

Color spaces of #adb7eb

RGB 173183235
HSL0.640.610.80
HSV230°26°92°
CMYK 0.260.220.00   0.08
XYZ49.162548.749485.4157
Yxy48.74940.26820.2659
Hunter Lab69.82083.4998-23.6583
CIE-Lab75.29527.8474-27.0490

#adb7eb color RGB value is (173,183,235).

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

The process color (four color CMYK) of #adb7eb color hex is 0.26, 0.22, 0.00, 0.08. Web safe color of #adb7eb is #99ccff. Color #adb7eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110111 11101011
Octal 255 267 353
Decimal 173 183 235
Hex AD B7 EB

RGB Percentages of Color #adb7eb

%29.27
%30.96
%39.76

CMYK Percentages of Color #adb7eb

%26
%22
%0
%8

Triadic Colors of #adb7eb

#adb7eb #ebadb7 #b7ebad

Analogous Colors of #adb7eb

#adb7eb #c2adeb #add6eb

Monochromatic Colors of #adb7eb

#adb7eb

Complementary Color

#adb7eb #ebe1ad

#adb7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb7eb Color CSS Codes

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

#adb7eb Text Font Color

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

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


#adb7eb Background Color

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

This div background color is #adb7eb


#adb7eb Border Color

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

This div border color is #adb7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb7eb


Comments

No comments written yet.

Please login to write comment.