Color Hex Logo

#a1afef Color Hex

#A1AFEF
(161,175,239)
0 Favorites   0 Comments

Color spaces of #a1afef

RGB 161175239
HSL0.640.710.78
HSV229°33°94°
CMYK 0.330.270.00   0.06
XYZ45.607944.469087.8409
Yxy44.46900.25630.2499
Hunter Lab66.68515.3825-31.4202
CIE-Lab72.54099.8032-33.5273

#a1afef color RGB value is (161,175,239).

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

The process color (four color CMYK) of #a1afef color hex is 0.33, 0.27, 0.00, 0.06. Web safe color of #a1afef is #9999ff. Color #a1afef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101111 11101111
Octal 241 257 357
Decimal 161 175 239
Hex A1 AF EF

RGB Percentages of Color #a1afef

%28.00
%30.43
%41.57

CMYK Percentages of Color #a1afef

%33
%27
%0
%6

Triadic Colors of #a1afef

#a1afef #efa1af #afefa1

Analogous Colors of #a1afef

#a1afef #baa1ef #a1d6ef

Monochromatic Colors of #a1afef

#a1afef

Complementary Color

#a1afef #efe1a1

#a1afef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1afef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1afef Color CSS Codes

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

#a1afef Text Font Color

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

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


#a1afef Background Color

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

This div background color is #a1afef


#a1afef Border Color

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

This div border color is #a1afef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1afef


Comments

No comments written yet.

Please login to write comment.