Color Hex Logo

#a9ebd4 Color Hex

#A9EBD4
(169,235,212)
0 Favorites   0 Comments

Color spaces of #a9ebd4

RGB 169235212
HSL0.440.620.79
HSV159°28°92°
CMYK 0.280.000.10   0.08
XYZ57.954272.605173.2470
Yxy72.60510.28440.3562
Hunter Lab85.2086-27.70938.6792
CIE-Lab88.2590-25.40584.5143

#a9ebd4 color RGB value is (169,235,212).

#a9ebd4 hex color red value is 169, green value is 235 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #a9ebd4 hue: 0.44 , saturation: 0.62 and the lightness value of a9ebd4 is 0.79.

The process color (four color CMYK) of #a9ebd4 color hex is 0.28, 0.00, 0.10, 0.08. Web safe color of #a9ebd4 is #99ffcc. Color #a9ebd4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11101011 11010100
Octal 251 353 324
Decimal 169 235 212
Hex A9 EB D4

RGB Percentages of Color #a9ebd4

%27.44
%38.15
%34.42

CMYK Percentages of Color #a9ebd4

%28
%0
%10
%8

Triadic Colors of #a9ebd4

#a9ebd4 #d4a9eb #ebd4a9

Analogous Colors of #a9ebd4

#a9ebd4 #a9e1eb #a9ebb3

Monochromatic Colors of #a9ebd4

#a9ebd4

Complementary Color

#a9ebd4 #eba9c0

#a9ebd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9ebd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9ebd4 Color CSS Codes

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

#a9ebd4 Text Font Color

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

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


#a9ebd4 Background Color

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

This div background color is #a9ebd4


#a9ebd4 Border Color

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

This div border color is #a9ebd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9ebd4


Comments

No comments written yet.

Please login to write comment.