Color Hex Logo

#a9ebfd Color Hex

#A9EBFD
(169,235,253)
0 Favorites   0 Comments

Color spaces of #a9ebfd

RGB 169235253
HSL0.540.950.83
HSV193°33°99°
CMYK 0.330.070.00   0.01
XYZ63.800174.9435104.0314
Yxy74.94350.26280.3087
Hunter Lab86.5699-19.9468-10.6501
CIE-Lab89.3665-16.3776-15.3178

#a9ebfd color RGB value is (169,235,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11101011 11111101
Octal 251 353 375
Decimal 169 235 253
Hex A9 EB FD

RGB Percentages of Color #a9ebfd

%25.72
%35.77
%38.51

CMYK Percentages of Color #a9ebfd

%33
%7
%0
%1

Triadic Colors of #a9ebfd

#a9ebfd #fda9eb #ebfda9

Analogous Colors of #a9ebfd

#a9ebfd #a9c1fd #a9fde5

Monochromatic Colors of #a9ebfd

#a9ebfd

Complementary Color

#a9ebfd #fdbba9

#a9ebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9ebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9ebfd Color CSS Codes

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

#a9ebfd Text Font Color

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

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


#a9ebfd Background Color

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

This div background color is #a9ebfd


#a9ebfd Border Color

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

This div border color is #a9ebfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9ebfd


Comments

No comments written yet.

Please login to write comment.