Color Hex Logo

#a9cfea Color Hex

#A9CFEA
(169,207,234)
0 Favorites   0 Comments

Color spaces of #a9cfea

RGB 169207234
HSL0.570.610.79
HSV205°28°92°
CMYK 0.280.120.00   0.08
XYZ53.526359.001286.4091
Yxy59.00120.26910.2966
Hunter Lab76.8122-10.0344-12.9291
CIE-Lab81.2923-6.4618-17.4215

#a9cfea color RGB value is (169,207,234).

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

The process color (four color CMYK) of #a9cfea color hex is 0.28, 0.12, 0.00, 0.08. Web safe color of #a9cfea is #99ccff. Color #a9cfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11001111 11101010
Octal 251 317 352
Decimal 169 207 234
Hex A9 CF EA

RGB Percentages of Color #a9cfea

%27.70
%33.93
%38.36

CMYK Percentages of Color #a9cfea

%28
%12
%0
%8

Triadic Colors of #a9cfea

#a9cfea #eaa9cf #cfeaa9

Analogous Colors of #a9cfea

#a9cfea #a9afea #a9eae5

Monochromatic Colors of #a9cfea

#a9cfea

Complementary Color

#a9cfea #eac4a9

#a9cfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9cfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9cfea Color CSS Codes

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

#a9cfea Text Font Color

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

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


#a9cfea Background Color

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

This div background color is #a9cfea


#a9cfea Border Color

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

This div border color is #a9cfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9cfea


Comments

No comments written yet.

Please login to write comment.