Color Hex Logo

#adb0ff Color Hex

#ADB0FF
(173,176,255)
0 Favorites   0 Comments

Color spaces of #adb0ff

RGB 173176255
HSL0.661.000.84
HSV238°32°100°
CMYK 0.320.310.00   0.00
XYZ50.808947.1549101.0316
Yxy47.15490.25530.2370
Hunter Lab68.669411.9017-39.1633
CIE-Lab74.288716.6167-39.4021

#adb0ff color RGB value is (173,176,255).

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

The process color (four color CMYK) of #adb0ff color hex is 0.32, 0.31, 0.00, 0.00. Web safe color of #adb0ff is #9999ff. Color #adb0ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110000 11111111
Octal 255 260 377
Decimal 173 176 255
Hex AD B0 FF

RGB Percentages of Color #adb0ff

%28.64
%29.14
%42.22

CMYK Percentages of Color #adb0ff

%32
%31
%0
%0

Triadic Colors of #adb0ff

#adb0ff #ffadb0 #b0ffad

Analogous Colors of #adb0ff

#adb0ff #d3adff #add9ff

Monochromatic Colors of #adb0ff

#adb0ff

Complementary Color

#adb0ff #fffcad

#adb0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb0ff Color CSS Codes

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

#adb0ff Text Font Color

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

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


#adb0ff Background Color

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

This div background color is #adb0ff


#adb0ff Border Color

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

This div border color is #adb0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb0ff

Related Colors


Comments

No comments written yet.

Please login to write comment.