Color Hex Logo

#a9bdee Color Hex

#A9BDEE
(169,189,238)
0 Favorites   0 Comments

Color spaces of #a9bdee

RGB 169189238
HSL0.620.670.80
HSV223°29°93°
CMYK 0.290.210.00   0.07
XYZ49.992451.003388.0987
Yxy51.00330.26440.2697
Hunter Lab71.4166-0.0271-23.1479
CIE-Lab76.68104.1197-26.5711

#a9bdee color RGB value is (169,189,238).

#a9bdee hex color red value is 169, green value is 189 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a9bdee hue: 0.62 , saturation: 0.67 and the lightness value of a9bdee is 0.80.

The process color (four color CMYK) of #a9bdee color hex is 0.29, 0.21, 0.00, 0.07. Web safe color of #a9bdee is #99ccff. Color #a9bdee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111101 11101110
Octal 251 275 356
Decimal 169 189 238
Hex A9 BD EE

RGB Percentages of Color #a9bdee

%28.36
%31.71
%39.93

CMYK Percentages of Color #a9bdee

%29
%21
%0
%7

Triadic Colors of #a9bdee

#a9bdee #eea9bd #bdeea9

Analogous Colors of #a9bdee

#a9bdee #b8a9ee #a9e0ee

Monochromatic Colors of #a9bdee

#a9bdee

Complementary Color

#a9bdee #eedaa9

#a9bdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9bdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9bdee Color CSS Codes

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

#a9bdee Text Font Color

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

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


#a9bdee Background Color

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

This div background color is #a9bdee


#a9bdee Border Color

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

This div border color is #a9bdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9bdee


Comments

No comments written yet.

Please login to write comment.