Color Hex Logo

#a1afeb Color Hex

#A1AFEB
(161,175,235)
0 Favorites   0 Comments

Color spaces of #a1afeb

RGB 161175235
HSL0.640.650.78
HSV229°31°92°
CMYK 0.310.260.00   0.08
XYZ45.023344.235284.7625
Yxy44.23520.25870.2542
Hunter Lab66.50954.4430-29.0049
CIE-Lab72.38548.7935-31.5944

#a1afeb color RGB value is (161,175,235).

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

The process color (four color CMYK) of #a1afeb color hex is 0.31, 0.26, 0.00, 0.08. Web safe color of #a1afeb is #9999ff. Color #a1afeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101111 11101011
Octal 241 257 353
Decimal 161 175 235
Hex A1 AF EB

RGB Percentages of Color #a1afeb

%28.20
%30.65
%41.16

CMYK Percentages of Color #a1afeb

%31
%26
%0
%8

Triadic Colors of #a1afeb

#a1afeb #eba1af #afeba1

Analogous Colors of #a1afeb

#a1afeb #b8a1eb #a1d4eb

Monochromatic Colors of #a1afeb

#a1afeb

Complementary Color

#a1afeb #ebdda1

#a1afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1afeb Color CSS Codes

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

#a1afeb Text Font Color

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

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


#a1afeb Background Color

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

This div background color is #a1afeb


#a1afeb Border Color

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

This div border color is #a1afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1afeb


Comments

No comments written yet.

Please login to write comment.