Color Hex Logo

#a1bcfc Color Hex

#A1BCFC
(161,188,252)
0 Favorites   0 Comments

Color spaces of #a1bcfc

RGB 161188252
HSL0.620.940.81
HSV222°36°99°
CMYK 0.360.250.00   0.01
XYZ50.251850.571899.2082
Yxy50.57180.25120.2528
Hunter Lab71.11391.6858-32.9335
CIE-Lab76.41895.9464-34.5487

#a1bcfc color RGB value is (161,188,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10111100 11111100
Octal 241 274 374
Decimal 161 188 252
Hex A1 BC FC

RGB Percentages of Color #a1bcfc

%26.79
%31.28
%41.93

CMYK Percentages of Color #a1bcfc

%36
%25
%0
%1

Triadic Colors of #a1bcfc

#a1bcfc #fca1bc #bcfca1

Analogous Colors of #a1bcfc

#a1bcfc #b4a1fc #a1eafc

Monochromatic Colors of #a1bcfc

#a1bcfc

Complementary Color

#a1bcfc #fce1a1

#a1bcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1bcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1bcfc Color CSS Codes

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

#a1bcfc Text Font Color

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

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


#a1bcfc Background Color

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

This div background color is #a1bcfc


#a1bcfc Border Color

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

This div border color is #a1bcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1bcfc


Comments

No comments written yet.

Please login to write comment.