Color Hex Logo

#a1ccfc Color Hex

#A1CCFC
(161,204,252)
0 Favorites   0 Comments

Color spaces of #a1ccfc

RGB 161204252
HSL0.590.940.81
HSV212°36°99°
CMYK 0.360.190.00   0.01
XYZ53.861557.7911100.4114
Yxy57.79110.25400.2725
Hunter Lab76.0205-6.5662-25.0987
CIE-Lab80.6225-2.7149-28.0818

#a1ccfc color RGB value is (161,204,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11001100 11111100
Octal 241 314 374
Decimal 161 204 252
Hex A1 CC FC

RGB Percentages of Color #a1ccfc

%26.09
%33.06
%40.84

CMYK Percentages of Color #a1ccfc

%36
%19
%0
%1

Triadic Colors of #a1ccfc

#a1ccfc #fca1cc #ccfca1

Analogous Colors of #a1ccfc

#a1ccfc #a4a1fc #a1fafc

Monochromatic Colors of #a1ccfc

#a1ccfc

Complementary Color

#a1ccfc #fcd1a1

#a1ccfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1ccfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1ccfc Color CSS Codes

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

#a1ccfc Text Font Color

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

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


#a1ccfc Background Color

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

This div background color is #a1ccfc


#a1ccfc Border Color

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

This div border color is #a1ccfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1ccfc


Comments

No comments written yet.

Please login to write comment.