Color Hex Logo

#a1abdf Color Hex

#A1ABDF
(161,171,223)
0 Favorites   0 Comments

Color spaces of #a1abdf

RGB 161171223
HSL0.640.490.75
HSV230°28°87°
CMYK 0.280.230.00   0.13
XYZ42.580142.030675.6805
Yxy42.03060.26560.2622
Hunter Lab64.83103.7820-23.8305
CIE-Lab70.89208.0488-27.3485

#a1abdf color RGB value is (161,171,223).

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

The process color (four color CMYK) of #a1abdf color hex is 0.28, 0.23, 0.00, 0.13. Web safe color of #a1abdf is #9999cc. Color #a1abdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101011 11011111
Octal 241 253 337
Decimal 161 171 223
Hex A1 AB DF

RGB Percentages of Color #a1abdf

%29.01
%30.81
%40.18

CMYK Percentages of Color #a1abdf

%28
%23
%0
%13

Triadic Colors of #a1abdf

#a1abdf #dfa1ab #abdfa1

Analogous Colors of #a1abdf

#a1abdf #b6a1df #a1cadf

Monochromatic Colors of #a1abdf

#a1abdf

Complementary Color

#a1abdf #dfd5a1

#a1abdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1abdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1abdf Color CSS Codes

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

#a1abdf Text Font Color

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

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


#a1abdf Background Color

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

This div background color is #a1abdf


#a1abdf Border Color

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

This div border color is #a1abdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1abdf


Comments

No comments written yet.

Please login to write comment.