Color Hex Logo

#a1dbff Color Hex

#A1DBFF
(161,219,255)
1 Favorites   0 Comments

Color spaces of #a1dbff

RGB 161219255
HSL0.561.000.82
HSV203°37°100°
CMYK 0.370.140.00   0.00
XYZ58.079565.4601104.1817
Yxy65.46010.25500.2875
Hunter Lab80.9074-13.4515-19.7105
CIE-Lab84.7203-9.8471-23.4234

#a1dbff color RGB value is (161,219,255).

#a1dbff hex color red value is 161, green value is 219 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a1dbff hue: 0.56 , saturation: 1.00 and the lightness value of a1dbff is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11011011 11111111
Octal 241 333 377
Decimal 161 219 255
Hex A1 DB FF

RGB Percentages of Color #a1dbff

%25.35
%34.49
%40.16

CMYK Percentages of Color #a1dbff

%37
%14
%0
%0

Triadic Colors of #a1dbff

#a1dbff #ffa1db #dbffa1

Analogous Colors of #a1dbff

#a1dbff #a1acff #a1fff4

Monochromatic Colors of #a1dbff

#a1dbff

Complementary Color

#a1dbff #ffc5a1

#a1dbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1dbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1dbff Color CSS Codes

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

#a1dbff Text Font Color

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

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


#a1dbff Background Color

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

This div background color is #a1dbff


#a1dbff Border Color

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

This div border color is #a1dbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1dbff

#a1dbff Color Palettes


Comments

No comments written yet.

Please login to write comment.