Color Hex Logo

#a9dff0 Color Hex

#A9DFF0
(169,223,240)
0 Favorites   0 Comments

Color spaces of #a9dff0

RGB 169223240
HSL0.540.700.80
HSV194°30°94°
CMYK 0.300.070.00   0.06
XYZ58.478067.501692.3851
Yxy67.50160.26780.3091
Hunter Lab82.1594-16.7292-9.1578
CIE-Lab85.7566-13.3460-13.8982

#a9dff0 color RGB value is (169,223,240).

#a9dff0 hex color red value is 169, green value is 223 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #a9dff0 hue: 0.54 , saturation: 0.70 and the lightness value of a9dff0 is 0.80.

The process color (four color CMYK) of #a9dff0 color hex is 0.30, 0.07, 0.00, 0.06. Web safe color of #a9dff0 is #99ccff. Color #a9dff0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011111 11110000
Octal 251 337 360
Decimal 169 223 240
Hex A9 DF F0

RGB Percentages of Color #a9dff0

%26.74
%35.28
%37.97

CMYK Percentages of Color #a9dff0

%30
%7
%0
%6

Triadic Colors of #a9dff0

#a9dff0 #f0a9df #dff0a9

Analogous Colors of #a9dff0

#a9dff0 #a9bcf0 #a9f0de

Monochromatic Colors of #a9dff0

#a9dff0

Complementary Color

#a9dff0 #f0baa9

#a9dff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9dff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9dff0 Color CSS Codes

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

#a9dff0 Text Font Color

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

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


#a9dff0 Background Color

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

This div background color is #a9dff0


#a9dff0 Border Color

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

This div border color is #a9dff0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9dff0


Comments

No comments written yet.

Please login to write comment.