Color Hex Logo

#abadfa Color Hex

#ABADFA
(171,173,250)
0 Favorites   0 Comments

Color spaces of #abadfa

RGB 171173250
HSL0.660.890.83
HSV238°32°98°
CMYK 0.320.310.00   0.02
XYZ48.993545.447296.6324
Yxy45.44720.25640.2379
Hunter Lab67.414511.7494-37.7965
CIE-Lab73.185416.4808-38.4310

#abadfa color RGB value is (171,173,250).

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

The process color (four color CMYK) of #abadfa color hex is 0.32, 0.31, 0.00, 0.02. Web safe color of #abadfa is #9999ff. Color #abadfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 11111010
Octal 253 255 372
Decimal 171 173 250
Hex AB AD FA

RGB Percentages of Color #abadfa

%28.79
%29.12
%42.09

CMYK Percentages of Color #abadfa

%32
%31
%0
%2

Triadic Colors of #abadfa

#abadfa #faabad #adfaab

Analogous Colors of #abadfa

#abadfa #d1abfa #abd5fa

Monochromatic Colors of #abadfa

#abadfa

Complementary Color

#abadfa #faf8ab

#abadfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abadfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#abadfa Color CSS Codes

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

#abadfa Text Font Color

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

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


#abadfa Background Color

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

This div background color is #abadfa


#abadfa Border Color

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

This div border color is #abadfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abadfa


Comments

No comments written yet.

Please login to write comment.