Color Hex Logo

#a4bafd Color Hex

#A4BAFD
(164,186,253)
0 Favorites   0 Comments

Color spaces of #a4bafd

RGB 164186253
HSL0.630.960.82
HSV225°35°99°
CMYK 0.350.260.00   0.01
XYZ50.598450.102299.9324
Yxy50.10220.25220.2497
Hunter Lab70.78293.7287-34.1585
CIE-Lab76.13198.1107-35.5141

#a4bafd color RGB value is (164,186,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111010 11111101
Octal 244 272 375
Decimal 164 186 253
Hex A4 BA FD

RGB Percentages of Color #a4bafd

%27.20
%30.85
%41.96

CMYK Percentages of Color #a4bafd

%35
%26
%0
%1

Triadic Colors of #a4bafd

#a4bafd #fda4ba #bafda4

Analogous Colors of #a4bafd

#a4bafd #bba4fd #a4e7fd

Monochromatic Colors of #a4bafd

#a4bafd

Complementary Color

#a4bafd #fde7a4

#a4bafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bafd Color CSS Codes

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

#a4bafd Text Font Color

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

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


#a4bafd Background Color

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

This div background color is #a4bafd


#a4bafd Border Color

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

This div border color is #a4bafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bafd


Comments

No comments written yet.

Please login to write comment.