Color Hex Logo

#a1bdef Color Hex

#A1BDEF
(161,189,239)
0 Favorites   0 Comments

Color spaces of #a1bdef

RGB 161189239
HSL0.610.710.78
HSV218°33°94°
CMYK 0.330.210.00   0.06
XYZ48.475550.204388.7968
Yxy50.20430.25860.2678
Hunter Lab70.8550-1.8753-24.7048
CIE-Lab76.19452.0927-27.9009

#a1bdef color RGB value is (161,189,239).

#a1bdef hex color red value is 161, green value is 189 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a1bdef hue: 0.61 , saturation: 0.71 and the lightness value of a1bdef is 0.78.

The process color (four color CMYK) of #a1bdef color hex is 0.33, 0.21, 0.00, 0.06. Web safe color of #a1bdef is #99ccff. Color #a1bdef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10111101 11101111
Octal 241 275 357
Decimal 161 189 239
Hex A1 BD EF

RGB Percentages of Color #a1bdef

%27.33
%32.09
%40.58

CMYK Percentages of Color #a1bdef

%33
%21
%0
%6

Triadic Colors of #a1bdef

#a1bdef #efa1bd #bdefa1

Analogous Colors of #a1bdef

#a1bdef #aca1ef #a1e4ef

Monochromatic Colors of #a1bdef

#a1bdef

Complementary Color

#a1bdef #efd3a1

#a1bdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1bdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1bdef Color CSS Codes

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

#a1bdef Text Font Color

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

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


#a1bdef Background Color

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

This div background color is #a1bdef


#a1bdef Border Color

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

This div border color is #a1bdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1bdef


Comments

No comments written yet.

Please login to write comment.