Color Hex Logo

#a9ccfd Color Hex

#A9CCFD
(169,204,253)
0 Favorites   0 Comments

Color spaces of #a9ccfd

RGB 169204253
HSL0.600.950.83
HSV215°33°99°
CMYK 0.330.190.00   0.01
XYZ55.684758.7126101.3263
Yxy58.71260.25810.2722
Hunter Lab76.6241-4.3718-24.7671
CIE-Lab81.1334-0.3000-27.7905

#a9ccfd color RGB value is (169,204,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11001100 11111101
Octal 251 314 375
Decimal 169 204 253
Hex A9 CC FD

RGB Percentages of Color #a9ccfd

%27.00
%32.59
%40.42

CMYK Percentages of Color #a9ccfd

%33
%19
%0
%1

Triadic Colors of #a9ccfd

#a9ccfd #fda9cc #ccfda9

Analogous Colors of #a9ccfd

#a9ccfd #b0a9fd #a9f6fd

Monochromatic Colors of #a9ccfd

#a9ccfd

Complementary Color

#a9ccfd #fddaa9

#a9ccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9ccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9ccfd Color CSS Codes

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

#a9ccfd Text Font Color

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

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


#a9ccfd Background Color

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

This div background color is #a9ccfd


#a9ccfd Border Color

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

This div border color is #a9ccfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9ccfd


Comments

No comments written yet.

Please login to write comment.