Color Hex Logo

#adbafa Color Hex

#ADBAFA
(173,186,250)
0 Favorites   0 Comments

Color spaces of #adbafa

RGB 173186250
HSL0.640.890.83
HSV230°31°98°
CMYK 0.310.260.00   0.02
XYZ52.047850.904297.5248
Yxy50.90420.25960.2539
Hunter Lab71.34725.3583-31.1008
CIE-Lab76.62099.8359-33.0975

#adbafa color RGB value is (173,186,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 11111010
Octal 255 272 372
Decimal 173 186 250
Hex AD BA FA

RGB Percentages of Color #adbafa

%28.41
%30.54
%41.05

CMYK Percentages of Color #adbafa

%31
%26
%0
%2

Triadic Colors of #adbafa

#adbafa #faadba #bafaad

Analogous Colors of #adbafa

#adbafa #c7adfa #ade1fa

Monochromatic Colors of #adbafa

#adbafa

Complementary Color

#adbafa #faedad

#adbafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbafa Color CSS Codes

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

#adbafa Text Font Color

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

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


#adbafa Background Color

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

This div background color is #adbafa


#adbafa Border Color

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

This div border color is #adbafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbafa


Comments

No comments written yet.

Please login to write comment.