Color Hex Logo

#adbaf6 Color Hex

#ADBAF6
(173,186,246)
0 Favorites   0 Comments

Color spaces of #adbaf6

RGB 173186246
HSL0.640.800.82
HSV229°30°96°
CMYK 0.300.240.00   0.04
XYZ51.427050.655994.2558
Yxy50.65590.26190.2580
Hunter Lab71.17304.4250-28.6979
CIE-Lab76.47018.8532-31.1789

#adbaf6 color RGB value is (173,186,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 11110110
Octal 255 272 366
Decimal 173 186 246
Hex AD BA F6

RGB Percentages of Color #adbaf6

%28.60
%30.74
%40.66

CMYK Percentages of Color #adbaf6

%30
%24
%0
%4

Triadic Colors of #adbaf6

#adbaf6 #f6adba #baf6ad

Analogous Colors of #adbaf6

#adbaf6 #c5adf6 #addff6

Monochromatic Colors of #adbaf6

#adbaf6

Complementary Color

#adbaf6 #f6e9ad

#adbaf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbaf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbaf6 Color CSS Codes

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

#adbaf6 Text Font Color

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

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


#adbaf6 Background Color

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

This div background color is #adbaf6


#adbaf6 Border Color

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

This div border color is #adbaf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbaf6

Related Colors

#adbaf6 Color Palettes


Comments

No comments written yet.

Please login to write comment.