Color Hex Logo

#a5bbfa Color Hex

#A5BBFA
(165,187,250)
0 Favorites   0 Comments

Color spaces of #a5bbfa

RGB 165187250
HSL0.620.890.81
HSV224°34°98°
CMYK 0.340.250.00   0.02
XYZ50.542750.442197.5149
Yxy50.44210.25460.2541
Hunter Lab71.02262.7386-31.6901
CIE-Lab76.33987.0659-33.5756

#a5bbfa color RGB value is (165,187,250).

#a5bbfa hex color red value is 165, green value is 187 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a5bbfa hue: 0.62 , saturation: 0.89 and the lightness value of a5bbfa is 0.81.

The process color (four color CMYK) of #a5bbfa color hex is 0.34, 0.25, 0.00, 0.02. Web safe color of #a5bbfa is #99ccff. Color #a5bbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111011 11111010
Octal 245 273 372
Decimal 165 187 250
Hex A5 BB FA

RGB Percentages of Color #a5bbfa

%27.41
%31.06
%41.53

CMYK Percentages of Color #a5bbfa

%34
%25
%0
%2

Triadic Colors of #a5bbfa

#a5bbfa #faa5bb #bbfaa5

Analogous Colors of #a5bbfa

#a5bbfa #baa5fa #a5e6fa

Monochromatic Colors of #a5bbfa

#a5bbfa

Complementary Color

#a5bbfa #fae4a5

#a5bbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5bbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5bbfa Color CSS Codes

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

#a5bbfa Text Font Color

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

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


#a5bbfa Background Color

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

This div background color is #a5bbfa


#a5bbfa Border Color

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

This div border color is #a5bbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5bbfa

Related Colors


Comments

No comments written yet.

Please login to write comment.