Color Hex Logo

#a5bcfa Color Hex

#A5BCFA
(165,188,250)
0 Favorites   0 Comments

Color spaces of #a5bcfa

RGB 165188250
HSL0.620.890.81
HSV224°34°98°
CMYK 0.340.250.00   0.02
XYZ50.755650.867997.5859
Yxy50.86790.25480.2553
Hunter Lab71.32172.2152-31.1983
CIE-Lab76.59896.5171-33.1757

#a5bcfa color RGB value is (165,188,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111100 11111010
Octal 245 274 372
Decimal 165 188 250
Hex A5 BC FA

RGB Percentages of Color #a5bcfa

%27.36
%31.18
%41.46

CMYK Percentages of Color #a5bcfa

%34
%25
%0
%2

Triadic Colors of #a5bcfa

#a5bcfa #faa5bc #bcfaa5

Analogous Colors of #a5bcfa

#a5bcfa #b9a5fa #a5e7fa

Monochromatic Colors of #a5bcfa

#a5bcfa

Complementary Color

#a5bcfa #fae3a5

#a5bcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5bcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5bcfa Color CSS Codes

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

#a5bcfa Text Font Color

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

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


#a5bcfa Background Color

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

This div background color is #a5bcfa


#a5bcfa Border Color

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

This div border color is #a5bcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5bcfa


Comments

No comments written yet.

Please login to write comment.