Color Hex Logo

#a9cefd Color Hex

#A9CEFD
(169,206,253)
0 Favorites   0 Comments

Color spaces of #a9cefd

RGB 169206253
HSL0.590.950.83
HSV214°33°99°
CMYK 0.330.190.00   0.01
XYZ56.163159.6695101.4858
Yxy59.66950.25840.2746
Hunter Lab77.2460-5.3990-23.8229
CIE-Lab81.6582-1.3676-26.9880

#a9cefd color RGB value is (169,206,253).

#a9cefd hex color red value is 169, green value is 206 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a9cefd hue: 0.59 , saturation: 0.95 and the lightness value of a9cefd is 0.83.

The process color (four color CMYK) of #a9cefd color hex is 0.33, 0.19, 0.00, 0.01. Web safe color of #a9cefd is #99ccff. Color #a9cefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11001110 11111101
Octal 251 316 375
Decimal 169 206 253
Hex A9 CE FD

RGB Percentages of Color #a9cefd

%26.91
%32.80
%40.29

CMYK Percentages of Color #a9cefd

%33
%19
%0
%1

Triadic Colors of #a9cefd

#a9cefd #fda9ce #cefda9

Analogous Colors of #a9cefd

#a9cefd #aea9fd #a9f8fd

Monochromatic Colors of #a9cefd

#a9cefd

Complementary Color

#a9cefd #fdd8a9

#a9cefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9cefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9cefd Color CSS Codes

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

#a9cefd Text Font Color

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

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


#a9cefd Background Color

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

This div background color is #a9cefd


#a9cefd Border Color

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

This div border color is #a9cefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9cefd


Comments

No comments written yet.

Please login to write comment.