Color Hex Logo

#a1b9fd Color Hex

#A1B9FD
(161,185,253)
0 Favorites   0 Comments

Color spaces of #a1b9fd

RGB 161185253
HSL0.620.960.81
HSV224°36°99°
CMYK 0.360.270.00   0.01
XYZ49.776549.366899.8338
Yxy49.36680.25020.2481
Hunter Lab70.26153.5000-35.0614
CIE-Lab75.67907.8571-36.2312

#a1b9fd color RGB value is (161,185,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10111001 11111101
Octal 241 271 375
Decimal 161 185 253
Hex A1 B9 FD

RGB Percentages of Color #a1b9fd

%26.88
%30.88
%42.24

CMYK Percentages of Color #a1b9fd

%36
%27
%0
%1

Triadic Colors of #a1b9fd

#a1b9fd #fda1b9 #b9fda1

Analogous Colors of #a1b9fd

#a1b9fd #b7a1fd #a1e7fd

Monochromatic Colors of #a1b9fd

#a1b9fd

Complementary Color

#a1b9fd #fde5a1

#a1b9fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1b9fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1b9fd Color CSS Codes

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

#a1b9fd Text Font Color

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

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


#a1b9fd Background Color

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

This div background color is #a1b9fd


#a1b9fd Border Color

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

This div border color is #a1b9fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1b9fd

Related Colors


Comments

No comments written yet.

Please login to write comment.