Color Hex Logo

#a9ebed Color Hex

#A9EBED
(169,235,237)
0 Favorites   0 Comments

Color spaces of #a9ebed

RGB 169235237
HSL0.500.650.80
HSV182°29°93°
CMYK 0.290.010.00   0.07
XYZ61.356673.966191.1638
Yxy73.96610.27090.3266
Hunter Lab86.0035-23.1608-2.6449
CIE-Lab88.9065-20.0565-7.6294

#a9ebed color RGB value is (169,235,237).

#a9ebed hex color red value is 169, green value is 235 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a9ebed hue: 0.50 , saturation: 0.65 and the lightness value of a9ebed is 0.80.

The process color (four color CMYK) of #a9ebed color hex is 0.29, 0.01, 0.00, 0.07. Web safe color of #a9ebed is #99ffff. Color #a9ebed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11101011 11101101
Octal 251 353 355
Decimal 169 235 237
Hex A9 EB ED

RGB Percentages of Color #a9ebed

%26.37
%36.66
%36.97

CMYK Percentages of Color #a9ebed

%29
%1
%0
%7

Triadic Colors of #a9ebed

#a9ebed #eda9eb #ebeda9

Analogous Colors of #a9ebed

#a9ebed #a9c9ed #a9edcd

Monochromatic Colors of #a9ebed

#a9ebed

Complementary Color

#a9ebed #edaba9

#a9ebed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9ebed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9ebed Color CSS Codes

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

#a9ebed Text Font Color

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

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


#a9ebed Background Color

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

This div background color is #a9ebed


#a9ebed Border Color

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

This div border color is #a9ebed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9ebed


Comments

No comments written yet.

Please login to write comment.