Color Hex Logo

#a1dfef Color Hex

#A1DFEF
(161,223,239)
0 Favorites   0 Comments

Color spaces of #a1dfef

RGB 161223239
HSL0.530.710.78
HSV192°33°94°
CMYK 0.330.070.00   0.06
XYZ56.665666.584491.5268
Yxy66.58440.26380.3100
Hunter Lab81.5993-18.8416-9.3839
CIE-Lab85.2936-15.7899-14.1083

#a1dfef color RGB value is (161,223,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11011111 11101111
Octal 241 337 357
Decimal 161 223 239
Hex A1 DF EF

RGB Percentages of Color #a1dfef

%25.84
%35.79
%38.36

CMYK Percentages of Color #a1dfef

%33
%7
%0
%6

Triadic Colors of #a1dfef

#a1dfef #efa1df #dfefa1

Analogous Colors of #a1dfef

#a1dfef #a1b8ef #a1efd8

Monochromatic Colors of #a1dfef

#a1dfef

Complementary Color

#a1dfef #efb1a1

#a1dfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1dfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1dfef Color CSS Codes

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

#a1dfef Text Font Color

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

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


#a1dfef Background Color

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

This div background color is #a1dfef


#a1dfef Border Color

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

This div border color is #a1dfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1dfef


Comments

No comments written yet.

Please login to write comment.