Color Hex Logo

#a1abed Color Hex

#A1ABED
(161,171,237)
0 Favorites   0 Comments

Color spaces of #a1abed

RGB 161171237
HSL0.640.680.78
HSV232°32°93°
CMYK 0.320.280.00   0.07
XYZ44.546942.817386.0375
Yxy42.81730.25690.2469
Hunter Lab65.43497.0084-32.1534
CIE-Lab71.430811.5287-34.1582

#a1abed color RGB value is (161,171,237).

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

The process color (four color CMYK) of #a1abed color hex is 0.32, 0.28, 0.00, 0.07. Web safe color of #a1abed is #9999ff. Color #a1abed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101011 11101101
Octal 241 253 355
Decimal 161 171 237
Hex A1 AB ED

RGB Percentages of Color #a1abed

%28.30
%30.05
%41.65

CMYK Percentages of Color #a1abed

%32
%28
%0
%7

Triadic Colors of #a1abed

#a1abed #eda1ab #abeda1

Analogous Colors of #a1abed

#a1abed #bda1ed #a1d1ed

Monochromatic Colors of #a1abed

#a1abed

Complementary Color

#a1abed #ede3a1

#a1abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1abed Color CSS Codes

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

#a1abed Text Font Color

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

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


#a1abed Background Color

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

This div background color is #a1abed


#a1abed Border Color

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

This div border color is #a1abed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1abed


Comments

No comments written yet.

Please login to write comment.