Color Hex Logo

#a9ccef Color Hex

#A9CCEF
(169,204,239)
0 Favorites   0 Comments

Color spaces of #a9ccef

RGB 169204239
HSL0.580.690.80
HSV210°29°94°
CMYK 0.290.150.00   0.06
XYZ53.535057.852790.0065
Yxy57.85270.26580.2873
Hunter Lab76.0610-7.4707-16.9180
CIE-Lab80.6568-3.7006-21.0519

#a9ccef color RGB value is (169,204,239).

#a9ccef hex color red value is 169, green value is 204 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a9ccef hue: 0.58 , saturation: 0.69 and the lightness value of a9ccef is 0.80.

The process color (four color CMYK) of #a9ccef color hex is 0.29, 0.15, 0.00, 0.06. Web safe color of #a9ccef is #99ccff. Color #a9ccef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11001100 11101111
Octal 251 314 357
Decimal 169 204 239
Hex A9 CC EF

RGB Percentages of Color #a9ccef

%27.61
%33.33
%39.05

CMYK Percentages of Color #a9ccef

%29
%15
%0
%6

Triadic Colors of #a9ccef

#a9ccef #efa9cc #ccefa9

Analogous Colors of #a9ccef

#a9ccef #a9a9ef #a9efef

Monochromatic Colors of #a9ccef

#a9ccef

Complementary Color

#a9ccef #efcca9

#a9ccef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9ccef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9ccef Color CSS Codes

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

#a9ccef Text Font Color

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

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


#a9ccef Background Color

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

This div background color is #a9ccef


#a9ccef Border Color

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

This div border color is #a9ccef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9ccef


Comments

No comments written yet.

Please login to write comment.