Color Hex Logo

#adb5fb Color Hex

#ADB5FB
(173,181,251)
0 Favorites   0 Comments

Color spaces of #adb5fb

RGB 173181251
HSL0.650.910.83
HSV234°31°98°
CMYK 0.310.280.00   0.02
XYZ51.170048.897098.0079
Yxy48.89700.25830.2469
Hunter Lab69.92648.2497-34.1516
CIE-Lab75.387212.8410-35.5424

#adb5fb color RGB value is (173,181,251).

#adb5fb hex color red value is 173, green value is 181 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #adb5fb hue: 0.65 , saturation: 0.91 and the lightness value of adb5fb is 0.83.

The process color (four color CMYK) of #adb5fb color hex is 0.31, 0.28, 0.00, 0.02. Web safe color of #adb5fb is #99ccff. Color #adb5fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110101 11111011
Octal 255 265 373
Decimal 173 181 251
Hex AD B5 FB

RGB Percentages of Color #adb5fb

%28.60
%29.92
%41.49

CMYK Percentages of Color #adb5fb

%31
%28
%0
%2

Triadic Colors of #adb5fb

#adb5fb #fbadb5 #b5fbad

Analogous Colors of #adb5fb

#adb5fb #ccadfb #addcfb

Monochromatic Colors of #adb5fb

#adb5fb

Complementary Color

#adb5fb #fbf3ad

#adb5fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb5fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb5fb Color CSS Codes

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

#adb5fb Text Font Color

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

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


#adb5fb Background Color

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

This div background color is #adb5fb


#adb5fb Border Color

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

This div border color is #adb5fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb5fb


Comments

No comments written yet.

Please login to write comment.