Color Hex Logo

#a9cfed Color Hex

#A9CFED
(169,207,237)
0 Favorites   0 Comments

Color spaces of #a9cfed

RGB 169207237
HSL0.570.650.80
HSV206°29°93°
CMYK 0.290.130.00   0.07
XYZ53.961159.175188.6986
Yxy59.17510.26740.2932
Hunter Lab76.9254-9.4063-14.5164
CIE-Lab81.3877-5.7585-18.8781

#a9cfed color RGB value is (169,207,237).

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

The process color (four color CMYK) of #a9cfed color hex is 0.29, 0.13, 0.00, 0.07. Web safe color of #a9cfed is #99ccff. Color #a9cfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11001111 11101101
Octal 251 317 355
Decimal 169 207 237
Hex A9 CF ED

RGB Percentages of Color #a9cfed

%27.57
%33.77
%38.66

CMYK Percentages of Color #a9cfed

%29
%13
%0
%7

Triadic Colors of #a9cfed

#a9cfed #eda9cf #cfeda9

Analogous Colors of #a9cfed

#a9cfed #a9aded #a9ede9

Monochromatic Colors of #a9cfed

#a9cfed

Complementary Color

#a9cfed #edc7a9

#a9cfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9cfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9cfed Color CSS Codes

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

#a9cfed Text Font Color

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

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


#a9cfed Background Color

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

This div background color is #a9cfed


#a9cfed Border Color

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

This div border color is #a9cfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9cfed


Comments

No comments written yet.

Please login to write comment.