Color Hex Logo

#adbaf4 Color Hex

#ADBAF4
(173,186,244)
0 Favorites   0 Comments

Color spaces of #adbaf4

RGB 173186244
HSL0.640.760.82
HSV229°29°96°
CMYK 0.290.240.00   0.04
XYZ51.121650.533792.6475
Yxy50.53370.26310.2601
Hunter Lab71.08713.9643-27.5115
CIE-Lab76.39578.3658-30.2169

#adbaf4 color RGB value is (173,186,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 11110100
Octal 255 272 364
Decimal 173 186 244
Hex AD BA F4

RGB Percentages of Color #adbaf4

%28.69
%30.85
%40.46

CMYK Percentages of Color #adbaf4

%29
%24
%0
%4

Triadic Colors of #adbaf4

#adbaf4 #f4adba #baf4ad

Analogous Colors of #adbaf4

#adbaf4 #c4adf4 #addef4

Monochromatic Colors of #adbaf4

#adbaf4

Complementary Color

#adbaf4 #f4e7ad

#adbaf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbaf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbaf4 Color CSS Codes

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

#adbaf4 Text Font Color

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

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


#adbaf4 Background Color

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

This div background color is #adbaf4


#adbaf4 Border Color

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

This div border color is #adbaf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbaf4


Comments

No comments written yet.

Please login to write comment.