Color Hex Logo

#a5bcff Color Hex

#A5BCFF
(165,188,255)
0 Favorites   0 Comments

Color spaces of #a5bcff

RGB 165188255
HSL0.621.000.82
HSV225°35°100°
CMYK 0.350.260.00   0.00
XYZ51.550351.1858101.7706
Yxy51.18580.25210.2503
Hunter Lab71.54433.4135-34.2581
CIE-Lab76.79147.7935-35.5616

#a5bcff color RGB value is (165,188,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111100 11111111
Octal 245 274 377
Decimal 165 188 255
Hex A5 BC FF

RGB Percentages of Color #a5bcff

%27.14
%30.92
%41.94

CMYK Percentages of Color #a5bcff

%35
%26
%0
%0

Triadic Colors of #a5bcff

#a5bcff #ffa5bc #bcffa5

Analogous Colors of #a5bcff

#a5bcff #bba5ff #a5e9ff

Monochromatic Colors of #a5bcff

#a5bcff

Complementary Color

#a5bcff #ffe8a5

#a5bcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5bcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5bcff Color CSS Codes

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

#a5bcff Text Font Color

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

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


#a5bcff Background Color

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

This div background color is #a5bcff


#a5bcff Border Color

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

This div border color is #a5bcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5bcff


Comments

No comments written yet.

Please login to write comment.