Color Hex Logo

#a5bffd Color Hex

#A5BFFD
(165,191,253)
0 Favorites   0 Comments

Color spaces of #a5bffd

RGB 165191253
HSL0.620.960.82
HSV222°35°99°
CMYK 0.350.250.00   0.01
XYZ51.877552.3528100.2994
Yxy52.35280.25360.2560
Hunter Lab72.35521.3599-31.5396
CIE-Lab77.49135.6376-33.4080

#a5bffd color RGB value is (165,191,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111111 11111101
Octal 245 277 375
Decimal 165 191 253
Hex A5 BF FD

RGB Percentages of Color #a5bffd

%27.09
%31.36
%41.54

CMYK Percentages of Color #a5bffd

%35
%25
%0
%1

Triadic Colors of #a5bffd

#a5bffd #fda5bf #bffda5

Analogous Colors of #a5bffd

#a5bffd #b7a5fd #a5ebfd

Monochromatic Colors of #a5bffd

#a5bffd

Complementary Color

#a5bffd #fde3a5

#a5bffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5bffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5bffd Color CSS Codes

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

#a5bffd Text Font Color

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

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


#a5bffd Background Color

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

This div background color is #a5bffd


#a5bffd Border Color

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

This div border color is #a5bffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5bffd


Comments

No comments written yet.

Please login to write comment.