Color Hex Logo

#a9abed Color Hex

#A9ABED
(169,171,237)
0 Favorites   0 Comments

Color spaces of #a9abed

RGB 169171237
HSL0.660.650.80
HSV238°29°93°
CMYK 0.290.280.00   0.07
XYZ46.211243.675386.1153
Yxy43.67530.26260.2482
Hunter Lab66.08739.1625-30.9970
CIE-Lab72.010913.8058-33.2137

#a9abed color RGB value is (169,171,237).

#a9abed hex color red value is 169, green value is 171 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a9abed hue: 0.66 , saturation: 0.65 and the lightness value of a9abed is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10101011 11101101
Octal 251 253 355
Decimal 169 171 237
Hex A9 AB ED

RGB Percentages of Color #a9abed

%29.29
%29.64
%41.07

CMYK Percentages of Color #a9abed

%29
%28
%0
%7

Triadic Colors of #a9abed

#a9abed #eda9ab #abeda9

Analogous Colors of #a9abed

#a9abed #c9a9ed #a9cded

Monochromatic Colors of #a9abed

#a9abed

Complementary Color

#a9abed #edeba9

#a9abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9abed Color CSS Codes

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

#a9abed Text Font Color

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

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


#a9abed Background Color

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

This div background color is #a9abed


#a9abed Border Color

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

This div border color is #a9abed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9abed


Comments

No comments written yet.

Please login to write comment.