Color Hex Logo

#a1dafb Color Hex

#A1DAFB
(161,218,251)
0 Favorites   0 Comments

Color spaces of #a1dafb

RGB 161218251
HSL0.560.920.81
HSV202°36°98°
CMYK 0.360.130.00   0.02
XYZ57.181964.6849100.7384
Yxy64.68490.25690.2906
Hunter Lab80.4269-13.8373-17.9646
CIE-Lab84.3211-10.3237-21.9160

#a1dafb color RGB value is (161,218,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11011010 11111011
Octal 241 332 373
Decimal 161 218 251
Hex A1 DA FB

RGB Percentages of Color #a1dafb

%25.56
%34.60
%39.84

CMYK Percentages of Color #a1dafb

%36
%13
%0
%2

Triadic Colors of #a1dafb

#a1dafb #fba1da #dafba1

Analogous Colors of #a1dafb

#a1dafb #a1adfb #a1fbef

Monochromatic Colors of #a1dafb

#a1dafb

Complementary Color

#a1dafb #fbc2a1

#a1dafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1dafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1dafb Color CSS Codes

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

#a1dafb Text Font Color

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

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


#a1dafb Background Color

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

This div background color is #a1dafb


#a1dafb Border Color

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

This div border color is #a1dafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1dafb

Related Colors


Comments

No comments written yet.

Please login to write comment.