Color Hex Logo

#a5bbff Color Hex

#A5BBFF
(165,187,255)
0 Favorites   0 Comments

Color spaces of #a5bbff

RGB 165187255
HSL0.631.000.82
HSV225°35°100°
CMYK 0.350.270.00   0.00
XYZ51.337450.7600101.6996
Yxy50.76000.25190.2491
Hunter Lab71.24613.9402-34.7608
CIE-Lab76.53348.3436-35.9610

#a5bbff color RGB value is (165,187,255).

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

The process color (four color CMYK) of #a5bbff color hex is 0.35, 0.27, 0.00, 0.00. Web safe color of #a5bbff is #99ccff. Color #a5bbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111011 11111111
Octal 245 273 377
Decimal 165 187 255
Hex A5 BB FF

RGB Percentages of Color #a5bbff

%27.18
%30.81
%42.01

CMYK Percentages of Color #a5bbff

%35
%27
%0
%0

Triadic Colors of #a5bbff

#a5bbff #ffa5bb #bbffa5

Analogous Colors of #a5bbff

#a5bbff #bca5ff #a5e8ff

Monochromatic Colors of #a5bbff

#a5bbff

Complementary Color

#a5bbff #ffe9a5

#a5bbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5bbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5bbff Color CSS Codes

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

#a5bbff Text Font Color

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

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


#a5bbff Background Color

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

This div background color is #a5bbff


#a5bbff Border Color

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

This div border color is #a5bbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5bbff


Comments

No comments written yet.

Please login to write comment.