Color Hex Logo

#a1d8fa Color Hex

#A1D8FA
(161,216,250)
0 Favorites   0 Comments

Color spaces of #a1d8fa

RGB 161216250
HSL0.560.900.81
HSV203°36°98°
CMYK 0.360.140.00   0.02
XYZ56.509163.590999.7384
Yxy63.59090.25700.2893
Hunter Lab79.7439-13.0610-18.3353
CIE-Lab83.7523-9.5340-22.2497

#a1d8fa color RGB value is (161,216,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11011000 11111010
Octal 241 330 372
Decimal 161 216 250
Hex A1 D8 FA

RGB Percentages of Color #a1d8fa

%25.68
%34.45
%39.87

CMYK Percentages of Color #a1d8fa

%36
%14
%0
%2

Triadic Colors of #a1d8fa

#a1d8fa #faa1d8 #d8faa1

Analogous Colors of #a1d8fa

#a1d8fa #a1acfa #a1faf0

Monochromatic Colors of #a1d8fa

#a1d8fa

Complementary Color

#a1d8fa #fac3a1

#a1d8fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1d8fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1d8fa Color CSS Codes

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

#a1d8fa Text Font Color

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

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


#a1d8fa Background Color

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

This div background color is #a1d8fa


#a1d8fa Border Color

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

This div border color is #a1d8fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1d8fa

Related Colors


Comments

No comments written yet.

Please login to write comment.