Color Hex Logo

#a5bffe Color Hex

#A5BFFE
(165,191,254)
0 Favorites   0 Comments

Color spaces of #a5bffe

RGB 165191254
HSL0.620.980.82
HSV222°35°100°
CMYK 0.350.250.00   0.00
XYZ52.037252.4167101.1407
Yxy52.41670.25310.2550
Hunter Lab72.39941.5983-32.1476
CIE-Lab77.52935.8926-33.8851

#a5bffe color RGB value is (165,191,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111111 11111110
Octal 245 277 376
Decimal 165 191 254
Hex A5 BF FE

RGB Percentages of Color #a5bffe

%27.05
%31.31
%41.64

CMYK Percentages of Color #a5bffe

%35
%25
%0
%0

Triadic Colors of #a5bffe

#a5bffe #fea5bf #bffea5

Analogous Colors of #a5bffe

#a5bffe #b8a5fe #a5ecfe

Monochromatic Colors of #a5bffe

#a5bffe

Complementary Color

#a5bffe #fee4a5

#a5bffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5bffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5bffe Color CSS Codes

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

#a5bffe Text Font Color

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

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


#a5bffe Background Color

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

This div background color is #a5bffe


#a5bffe Border Color

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

This div border color is #a5bffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5bffe


Comments

No comments written yet.

Please login to write comment.