Color Hex Logo

#a1b8ed Color Hex

#A1B8ED
(161,184,237)
0 Favorites   0 Comments

Color spaces of #a1b8ed

RGB 161184237
HSL0.620.680.78
HSV222°32°93°
CMYK 0.320.220.00   0.07
XYZ47.124547.972586.8966
Yxy47.97250.25890.2636
Hunter Lab69.26220.2387-25.9019
CIE-Lab74.80764.3245-28.9496

#a1b8ed color RGB value is (161,184,237).

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

The process color (four color CMYK) of #a1b8ed color hex is 0.32, 0.22, 0.00, 0.07. Web safe color of #a1b8ed is #99ccff. Color #a1b8ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10111000 11101101
Octal 241 270 355
Decimal 161 184 237
Hex A1 B8 ED

RGB Percentages of Color #a1b8ed

%27.66
%31.62
%40.72

CMYK Percentages of Color #a1b8ed

%32
%22
%0
%7

Triadic Colors of #a1b8ed

#a1b8ed #eda1b8 #b8eda1

Analogous Colors of #a1b8ed

#a1b8ed #b0a1ed #a1deed

Monochromatic Colors of #a1b8ed

#a1b8ed

Complementary Color

#a1b8ed #edd6a1

#a1b8ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1b8ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1b8ed Color CSS Codes

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

#a1b8ed Text Font Color

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

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


#a1b8ed Background Color

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

This div background color is #a1b8ed


#a1b8ed Border Color

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

This div border color is #a1b8ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1b8ed


Comments

No comments written yet.

Please login to write comment.