Color Hex Logo

#a0b1fc Color Hex

#A0B1FC
(160,177,252)
0 Favorites   0 Comments

Color spaces of #a0b1fc

RGB 160177252
HSL0.640.940.81
HSV229°37°99°
CMYK 0.370.300.00   0.01
XYZ47.790045.946198.4451
Yxy45.94610.24870.2391
Hunter Lab67.78367.2281-38.6610
CIE-Lab73.510511.7694-39.0647

#a0b1fc color RGB value is (160,177,252).

#a0b1fc hex color red value is 160, green value is 177 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a0b1fc hue: 0.64 , saturation: 0.94 and the lightness value of a0b1fc is 0.81.

The process color (four color CMYK) of #a0b1fc color hex is 0.37, 0.30, 0.00, 0.01. Web safe color of #a0b1fc is #9999ff. Color #a0b1fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10110001 11111100
Octal 240 261 374
Decimal 160 177 252
Hex A0 B1 FC

RGB Percentages of Color #a0b1fc

%27.16
%30.05
%42.78

CMYK Percentages of Color #a0b1fc

%37
%30
%0
%1

Triadic Colors of #a0b1fc

#a0b1fc #fca0b1 #b1fca0

Analogous Colors of #a0b1fc

#a0b1fc #bda0fc #a0dffc

Monochromatic Colors of #a0b1fc

#a0b1fc

Complementary Color

#a0b1fc #fceba0

#a0b1fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0b1fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0b1fc Color CSS Codes

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

#a0b1fc Text Font Color

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

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


#a0b1fc Background Color

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

This div background color is #a0b1fc


#a0b1fc Border Color

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

This div border color is #a0b1fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,177,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0b1fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0b1fc;
  -webkit-box-shadow: 1px 1px 3px 2px #a0b1fc;
  box-shadow:         1px 1px 3px 2px #a0b1fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,177,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0b1fc

Related Colors


Comments

No comments written yet.

Please login to write comment.