Color Hex Logo

#a9ecfd Color Hex

#A9ECFD
(169,236,253)
0 Favorites   0 Comments

Color spaces of #a9ecfd

RGB 169236253
HSL0.530.950.83
HSV192°33°99°
CMYK 0.330.070.00   0.01
XYZ64.087375.5178104.1271
Yxy75.51780.26290.3098
Hunter Lab86.9010-20.4374-10.2122
CIE-Lab89.6350-16.8788-14.9153

#a9ecfd color RGB value is (169,236,253).

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

The process color (four color CMYK) of #a9ecfd color hex is 0.33, 0.07, 0.00, 0.01. Web safe color of #a9ecfd is #99ffff. Color #a9ecfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11101100 11111101
Octal 251 354 375
Decimal 169 236 253
Hex A9 EC FD

RGB Percentages of Color #a9ecfd

%25.68
%35.87
%38.45

CMYK Percentages of Color #a9ecfd

%33
%7
%0
%1

Triadic Colors of #a9ecfd

#a9ecfd #fda9ec #ecfda9

Analogous Colors of #a9ecfd

#a9ecfd #a9c2fd #a9fde4

Monochromatic Colors of #a9ecfd

#a9ecfd

Complementary Color

#a9ecfd #fdbaa9

#a9ecfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9ecfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9ecfd Color CSS Codes

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

#a9ecfd Text Font Color

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

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


#a9ecfd Background Color

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

This div background color is #a9ecfd


#a9ecfd Border Color

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

This div border color is #a9ecfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9ecfd


Comments

No comments written yet.

Please login to write comment.