Color Hex Logo

#a1ccf9 Color Hex

#A1CCF9
(161,204,249)
0 Favorites   0 Comments

Color spaces of #a1ccf9

RGB 161204249
HSL0.590.880.80
HSV211°35°98°
CMYK 0.350.180.00   0.02
XYZ53.389757.602497.9270
Yxy57.60240.25560.2757
Hunter Lab75.8962-7.2515-23.3730
CIE-Lab80.5172-3.4728-26.6444

#a1ccf9 color RGB value is (161,204,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11001100 11111001
Octal 241 314 371
Decimal 161 204 249
Hex A1 CC F9

RGB Percentages of Color #a1ccf9

%26.22
%33.22
%40.55

CMYK Percentages of Color #a1ccf9

%35
%18
%0
%2

Triadic Colors of #a1ccf9

#a1ccf9 #f9a1cc #ccf9a1

Analogous Colors of #a1ccf9

#a1ccf9 #a2a1f9 #a1f8f9

Monochromatic Colors of #a1ccf9

#a1ccf9

Complementary Color

#a1ccf9 #f9cea1

#a1ccf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1ccf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1ccf9 Color CSS Codes

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

#a1ccf9 Text Font Color

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

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


#a1ccf9 Background Color

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

This div background color is #a1ccf9


#a1ccf9 Border Color

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

This div border color is #a1ccf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1ccf9

Related Colors


Comments

No comments written yet.

Please login to write comment.