Color Hex Logo

#a1c9fb Color Hex

#A1C9FB
(161,201,251)
0 Favorites   0 Comments

Color spaces of #a1c9fb

RGB 161201251
HSL0.590.920.81
HSV213°36°98°
CMYK 0.360.200.00   0.02
XYZ52.997256.315499.3435
Yxy56.31540.25400.2699
Hunter Lab75.0436-5.2662-25.9582
CIE-Lab79.7930-1.3645-28.8195

#a1c9fb color RGB value is (161,201,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11001001 11111011
Octal 241 311 373
Decimal 161 201 251
Hex A1 C9 FB

RGB Percentages of Color #a1c9fb

%26.26
%32.79
%40.95

CMYK Percentages of Color #a1c9fb

%36
%20
%0
%2

Triadic Colors of #a1c9fb

#a1c9fb #fba1c9 #c9fba1

Analogous Colors of #a1c9fb

#a1c9fb #a6a1fb #a1f6fb

Monochromatic Colors of #a1c9fb

#a1c9fb

Complementary Color

#a1c9fb #fbd3a1

#a1c9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1c9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1c9fb Color CSS Codes

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

#a1c9fb Text Font Color

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

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


#a1c9fb Background Color

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

This div background color is #a1c9fb


#a1c9fb Border Color

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

This div border color is #a1c9fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1c9fb


Comments

No comments written yet.

Please login to write comment.