Color Hex Logo

#a9ebcf Color Hex

#A9EBCF
(169,235,207)
0 Favorites   0 Comments

Color spaces of #a9ebcf

RGB 169235207
HSL0.430.620.79
HSV155°28°92°
CMYK 0.280.000.12   0.08
XYZ57.333072.356769.9759
Yxy72.35670.28710.3624
Hunter Lab85.0627-28.549310.7697
CIE-Lab88.1400-26.41306.9575

#a9ebcf color RGB value is (169,235,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11101011 11001111
Octal 251 353 317
Decimal 169 235 207
Hex A9 EB CF

RGB Percentages of Color #a9ebcf

%27.66
%38.46
%33.88

CMYK Percentages of Color #a9ebcf

%28
%0
%12
%8

Triadic Colors of #a9ebcf

#a9ebcf #cfa9eb #ebcfa9

Analogous Colors of #a9ebcf

#a9ebcf #a9e6eb #a9ebae

Monochromatic Colors of #a9ebcf

#a9ebcf

Complementary Color

#a9ebcf #eba9c5

#a9ebcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9ebcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9ebcf Color CSS Codes

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

#a9ebcf Text Font Color

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

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


#a9ebcf Background Color

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

This div background color is #a9ebcf


#a9ebcf Border Color

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

This div border color is #a9ebcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9ebcf


Comments

No comments written yet.

Please login to write comment.