Color Hex Logo

#a5bafb Color Hex

#A5BAFB
(165,186,251)
0 Favorites   0 Comments

Color spaces of #a5bafb

RGB 165186251
HSL0.630.910.82
HSV225°34°98°
CMYK 0.340.260.00   0.02
XYZ50.488550.082298.2726
Yxy50.08220.25390.2519
Hunter Lab70.76883.5017-32.7945
CIE-Lab76.11977.8699-34.4532

#a5bafb color RGB value is (165,186,251).

#a5bafb hex color red value is 165, green value is 186 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a5bafb hue: 0.63 , saturation: 0.91 and the lightness value of a5bafb is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111010 11111011
Octal 245 272 373
Decimal 165 186 251
Hex A5 BA FB

RGB Percentages of Color #a5bafb

%27.41
%30.90
%41.69

CMYK Percentages of Color #a5bafb

%34
%26
%0
%2

Triadic Colors of #a5bafb

#a5bafb #fba5ba #bafba5

Analogous Colors of #a5bafb

#a5bafb #bba5fb #a5e5fb

Monochromatic Colors of #a5bafb

#a5bafb

Complementary Color

#a5bafb #fbe6a5

#a5bafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5bafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5bafb Color CSS Codes

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

#a5bafb Text Font Color

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

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


#a5bafb Background Color

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

This div background color is #a5bafb


#a5bafb Border Color

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

This div border color is #a5bafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5bafb


Comments

No comments written yet.

Please login to write comment.