Color Hex Logo

#adbaf5 Color Hex

#ADBAF5
(173,186,245)
0 Favorites   0 Comments

Color spaces of #adbaf5

RGB 173186245
HSL0.640.780.82
HSV229°29°96°
CMYK 0.290.240.00   0.04
XYZ51.273950.594693.4495
Yxy50.59460.26250.2590
Hunter Lab71.12994.1942-28.1035
CIE-Lab76.43288.6093-30.6982

#adbaf5 color RGB value is (173,186,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 11110101
Octal 255 272 365
Decimal 173 186 245
Hex AD BA F5

RGB Percentages of Color #adbaf5

%28.64
%30.79
%40.56

CMYK Percentages of Color #adbaf5

%29
%24
%0
%4

Triadic Colors of #adbaf5

#adbaf5 #f5adba #baf5ad

Analogous Colors of #adbaf5

#adbaf5 #c4adf5 #addef5

Monochromatic Colors of #adbaf5

#adbaf5

Complementary Color

#adbaf5 #f5e8ad

#adbaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbaf5 Color CSS Codes

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

#adbaf5 Text Font Color

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

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


#adbaf5 Background Color

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

This div background color is #adbaf5


#adbaf5 Border Color

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

This div border color is #adbaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbaf5


Comments

No comments written yet.

Please login to write comment.