Color Hex Logo

#a9e2cf Color Hex

#A9E2CF
(169,226,207)
0 Favorites   0 Comments

Color spaces of #a9e2cf

RGB 169226207
HSL0.440.500.77
HSV160°25°89°
CMYK 0.250.000.08   0.11
XYZ54.821067.332769.1386
Yxy67.33270.28660.3520
Hunter Lab82.0565-24.34517.4834
CIE-Lab85.6717-22.03613.3930

#a9e2cf color RGB value is (169,226,207).

#a9e2cf hex color red value is 169, green value is 226 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a9e2cf hue: 0.44 , saturation: 0.50 and the lightness value of a9e2cf is 0.77.

The process color (four color CMYK) of #a9e2cf color hex is 0.25, 0.00, 0.08, 0.11. Web safe color of #a9e2cf is #99cccc. Color #a9e2cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11100010 11001111
Octal 251 342 317
Decimal 169 226 207
Hex A9 E2 CF

RGB Percentages of Color #a9e2cf

%28.07
%37.54
%34.39

CMYK Percentages of Color #a9e2cf

%25
%0
%8
%11

Triadic Colors of #a9e2cf

#a9e2cf #cfa9e2 #e2cfa9

Analogous Colors of #a9e2cf

#a9e2cf #a9d9e2 #a9e2b3

Monochromatic Colors of #a9e2cf

#a9e2cf

Complementary Color

#a9e2cf #e2a9bc

#a9e2cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9e2cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9e2cf Color CSS Codes

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

#a9e2cf Text Font Color

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

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


#a9e2cf Background Color

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

This div background color is #a9e2cf


#a9e2cf Border Color

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

This div border color is #a9e2cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9e2cf


Comments

No comments written yet.

Please login to write comment.