Color Hex Logo

#a9beee Color Hex

#A9BEEE
(169,190,238)
0 Favorites   0 Comments

Color spaces of #a9beee

RGB 169190238
HSL0.620.670.80
HSV222°29°93°
CMYK 0.290.200.00   0.07
XYZ50.208351.435088.1706
Yxy51.43500.26450.2710
Hunter Lab71.7182-0.5430-22.6886
CIE-Lab76.94183.5760-26.1722

#a9beee color RGB value is (169,190,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111110 11101110
Octal 251 276 356
Decimal 169 190 238
Hex A9 BE EE

RGB Percentages of Color #a9beee

%28.31
%31.83
%39.87

CMYK Percentages of Color #a9beee

%29
%20
%0
%7

Triadic Colors of #a9beee

#a9beee #eea9be #beeea9

Analogous Colors of #a9beee

#a9beee #b7a9ee #a9e1ee

Monochromatic Colors of #a9beee

#a9beee

Complementary Color

#a9beee #eed9a9

#a9beee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9beee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9beee Color CSS Codes

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

#a9beee Text Font Color

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

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


#a9beee Background Color

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

This div background color is #a9beee


#a9beee Border Color

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

This div border color is #a9beee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9beee


Comments

No comments written yet.

Please login to write comment.