Color Hex Logo

#a1bafd Color Hex

#A1BAFD
(161,186,253)
0 Favorites   0 Comments

Color spaces of #a1bafd

RGB 161186253
HSL0.620.960.81
HSV224°36°99°
CMYK 0.360.260.00   0.01
XYZ49.986549.786799.9037
Yxy49.78670.25030.2493
Hunter Lab70.55972.9750-34.5554
CIE-Lab75.93827.3058-35.8297

#a1bafd color RGB value is (161,186,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10111010 11111101
Octal 241 272 375
Decimal 161 186 253
Hex A1 BA FD

RGB Percentages of Color #a1bafd

%26.83
%31.00
%42.17

CMYK Percentages of Color #a1bafd

%36
%26
%0
%1

Triadic Colors of #a1bafd

#a1bafd #fda1ba #bafda1

Analogous Colors of #a1bafd

#a1bafd #b6a1fd #a1e8fd

Monochromatic Colors of #a1bafd

#a1bafd

Complementary Color

#a1bafd #fde4a1

#a1bafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1bafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1bafd Color CSS Codes

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

#a1bafd Text Font Color

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

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


#a1bafd Background Color

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

This div background color is #a1bafd


#a1bafd Border Color

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

This div border color is #a1bafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1bafd


Comments

No comments written yet.

Please login to write comment.