Color Hex Logo

#a1ccfa Color Hex

#A1CCFA
(161,204,250)
0 Favorites   0 Comments

Color spaces of #a1ccfa

RGB 161204250
HSL0.590.900.81
HSV211°36°98°
CMYK 0.360.180.00   0.02
XYZ53.546157.664998.7507
Yxy57.66490.25500.2746
Hunter Lab75.9374-7.0239-23.9459
CIE-Lab80.5521-3.2207-27.1240

#a1ccfa color RGB value is (161,204,250).

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

The process color (four color CMYK) of #a1ccfa color hex is 0.36, 0.18, 0.00, 0.02. Web safe color of #a1ccfa is #99ccff. Color #a1ccfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11001100 11111010
Octal 241 314 372
Decimal 161 204 250
Hex A1 CC FA

RGB Percentages of Color #a1ccfa

%26.18
%33.17
%40.65

CMYK Percentages of Color #a1ccfa

%36
%18
%0
%2

Triadic Colors of #a1ccfa

#a1ccfa #faa1cc #ccfaa1

Analogous Colors of #a1ccfa

#a1ccfa #a3a1fa #a1f9fa

Monochromatic Colors of #a1ccfa

#a1ccfa

Complementary Color

#a1ccfa #facfa1

#a1ccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1ccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1ccfa Color CSS Codes

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

#a1ccfa Text Font Color

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

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


#a1ccfa Background Color

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

This div background color is #a1ccfa


#a1ccfa Border Color

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

This div border color is #a1ccfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,204,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1ccfa

Related Colors


Comments

No comments written yet.

Please login to write comment.