Color Hex Logo

#a1daef Color Hex

#A1DAEF
(161,218,239)
0 Favorites   0 Comments

Color spaces of #a1daef

RGB 161218239
HSL0.540.710.78
HSV196°33°94°
CMYK 0.330.090.00   0.06
XYZ55.349363.951991.0881
Yxy63.95190.26310.3040
Hunter Lab79.9699-16.4028-11.5541
CIE-Lab83.9407-13.2423-16.1389

#a1daef color RGB value is (161,218,239).

#a1daef hex color red value is 161, green value is 218 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a1daef hue: 0.54 , saturation: 0.71 and the lightness value of a1daef is 0.78.

The process color (four color CMYK) of #a1daef color hex is 0.33, 0.09, 0.00, 0.06. Web safe color of #a1daef is #99ccff. Color #a1daef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11011010 11101111
Octal 241 332 357
Decimal 161 218 239
Hex A1 DA EF

RGB Percentages of Color #a1daef

%26.05
%35.28
%38.67

CMYK Percentages of Color #a1daef

%33
%9
%0
%6

Triadic Colors of #a1daef

#a1daef #efa1da #daefa1

Analogous Colors of #a1daef

#a1daef #a1b3ef #a1efdd

Monochromatic Colors of #a1daef

#a1daef

Complementary Color

#a1daef #efb6a1

#a1daef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1daef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1daef Color CSS Codes

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

#a1daef Text Font Color

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

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


#a1daef Background Color

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

This div background color is #a1daef


#a1daef Border Color

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

This div border color is #a1daef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1daef


Comments

No comments written yet.

Please login to write comment.