Color Hex Logo

#a9cbfd Color Hex

#A9CBFD
(169,203,253)
0 Favorites   0 Comments

Color spaces of #a9cbfd

RGB 169203253
HSL0.600.950.83
HSV216°33°99°
CMYK 0.330.200.00   0.01
XYZ55.447758.2387101.2473
Yxy58.23870.25800.2710
Hunter Lab76.3143-3.8572-25.2409
CIE-Lab80.87130.2351-28.1916

#a9cbfd color RGB value is (169,203,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11001011 11111101
Octal 251 313 375
Decimal 169 203 253
Hex A9 CB FD

RGB Percentages of Color #a9cbfd

%27.04
%32.48
%40.48

CMYK Percentages of Color #a9cbfd

%33
%20
%0
%1

Triadic Colors of #a9cbfd

#a9cbfd #fda9cb #cbfda9

Analogous Colors of #a9cbfd

#a9cbfd #b1a9fd #a9f5fd

Monochromatic Colors of #a9cbfd

#a9cbfd

Complementary Color

#a9cbfd #fddba9

#a9cbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9cbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9cbfd Color CSS Codes

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

#a9cbfd Text Font Color

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

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


#a9cbfd Background Color

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

This div background color is #a9cbfd


#a9cbfd Border Color

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

This div border color is #a9cbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9cbfd


Comments

No comments written yet.

Please login to write comment.