Color Hex Logo

#a0bdfa Color Hex

#A0BDFA
(160,189,250)
0 Favorites   0 Comments

Color spaces of #a0bdfa

RGB 160189250
HSL0.610.900.80
HSV221°36°98°
CMYK 0.360.240.00   0.02
XYZ49.950150.770997.6096
Yxy50.77090.25190.2560
Hunter Lab71.25370.4377-31.3431
CIE-Lab76.54004.6136-33.2928

#a0bdfa color RGB value is (160,189,250).

#a0bdfa hex color red value is 160, green value is 189 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a0bdfa hue: 0.61 , saturation: 0.90 and the lightness value of a0bdfa is 0.80.

The process color (four color CMYK) of #a0bdfa color hex is 0.36, 0.24, 0.00, 0.02. Web safe color of #a0bdfa is #99ccff. Color #a0bdfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111101 11111010
Octal 240 275 372
Decimal 160 189 250
Hex A0 BD FA

RGB Percentages of Color #a0bdfa

%26.71
%31.55
%41.74

CMYK Percentages of Color #a0bdfa

%36
%24
%0
%2

Triadic Colors of #a0bdfa

#a0bdfa #faa0bd #bdfaa0

Analogous Colors of #a0bdfa

#a0bdfa #b0a0fa #a0eafa

Monochromatic Colors of #a0bdfa

#a0bdfa

Complementary Color

#a0bdfa #fadda0

#a0bdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0bdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0bdfa Color CSS Codes

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

#a0bdfa Text Font Color

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

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


#a0bdfa Background Color

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

This div background color is #a0bdfa


#a0bdfa Border Color

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

This div border color is #a0bdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0bdfa


Comments

No comments written yet.

Please login to write comment.