Color Hex Logo

#adb3ff Color Hex

#ADB3FF
(173,179,255)
0 Favorites   0 Comments

Color spaces of #adb3ff

RGB 173179255
HSL0.651.000.84
HSV236°32°100°
CMYK 0.320.300.00   0.00
XYZ51.403748.3444101.2299
Yxy48.34440.25580.2405
Hunter Lab69.530110.2875-37.6500
CIE-Lab75.041614.9488-38.2316

#adb3ff color RGB value is (173,179,255).

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

The process color (four color CMYK) of #adb3ff color hex is 0.32, 0.30, 0.00, 0.00. Web safe color of #adb3ff is #99ccff. Color #adb3ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110011 11111111
Octal 255 263 377
Decimal 173 179 255
Hex AD B3 FF

RGB Percentages of Color #adb3ff

%28.50
%29.49
%42.01

CMYK Percentages of Color #adb3ff

%32
%30
%0
%0

Triadic Colors of #adb3ff

#adb3ff #ffadb3 #b3ffad

Analogous Colors of #adb3ff

#adb3ff #d0adff #addcff

Monochromatic Colors of #adb3ff

#adb3ff

Complementary Color

#adb3ff #fff9ad

#adb3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb3ff Color CSS Codes

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

#adb3ff Text Font Color

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

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


#adb3ff Background Color

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

This div background color is #adb3ff


#adb3ff Border Color

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

This div border color is #adb3ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,179,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 #adb3ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb3ff

Related Colors


Comments

No comments written yet.

Please login to write comment.