Color Hex Logo

#adb3fb Color Hex

#ADB3FB
(173,179,251)
0 Favorites   0 Comments

Color spaces of #adb3fb

RGB 173179251
HSL0.650.910.83
HSV235°31°98°
CMYK 0.310.290.00   0.02
XYZ50.766348.089597.8733
Yxy48.08950.25810.2444
Hunter Lab69.34669.3173-35.1372
CIE-Lab74.881313.9489-36.3261

#adb3fb color RGB value is (173,179,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110011 11111011
Octal 255 263 373
Decimal 173 179 251
Hex AD B3 FB

RGB Percentages of Color #adb3fb

%28.69
%29.68
%41.63

CMYK Percentages of Color #adb3fb

%31
%29
%0
%2

Triadic Colors of #adb3fb

#adb3fb #fbadb3 #b3fbad

Analogous Colors of #adb3fb

#adb3fb #ceadfb #addafb

Monochromatic Colors of #adb3fb

#adb3fb

Complementary Color

#adb3fb #fbf5ad

#adb3fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb3fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb3fb Color CSS Codes

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

#adb3fb Text Font Color

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

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


#adb3fb Background Color

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

This div background color is #adb3fb


#adb3fb Border Color

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

This div border color is #adb3fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb3fb


Comments

No comments written yet.

Please login to write comment.