Color Hex Logo

#a9cbda Color Hex

#A9CBDA
(169,203,218)
0 Favorites   0 Comments

Color spaces of #a9cbda

RGB 169203218
HSL0.550.400.76
HSV198°22°85°
CMYK 0.220.070.00   0.15
XYZ50.373056.208874.5241
Yxy56.20880.27810.3104
Hunter Lab74.9725-11.2703-6.4546
CIE-Lab79.7325-8.0116-11.1993

#a9cbda color RGB value is (169,203,218).

#a9cbda hex color red value is 169, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a9cbda hue: 0.55 , saturation: 0.40 and the lightness value of a9cbda is 0.76.

The process color (four color CMYK) of #a9cbda color hex is 0.22, 0.07, 0.00, 0.15. Web safe color of #a9cbda is #99cccc. Color #a9cbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11001011 11011010
Octal 251 313 332
Decimal 169 203 218
Hex A9 CB DA

RGB Percentages of Color #a9cbda

%28.64
%34.41
%36.95

CMYK Percentages of Color #a9cbda

%22
%7
%0
%15

Triadic Colors of #a9cbda

#a9cbda #daa9cb #cbdaa9

Analogous Colors of #a9cbda

#a9cbda #a9b3da #a9dad1

Monochromatic Colors of #a9cbda

#a9cbda

Complementary Color

#a9cbda #dab8a9

#a9cbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9cbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9cbda Color CSS Codes

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

#a9cbda Text Font Color

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

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


#a9cbda Background Color

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

This div background color is #a9cbda


#a9cbda Border Color

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

This div border color is #a9cbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9cbda


Comments

No comments written yet.

Please login to write comment.