Color Hex Logo

#a9cbee Color Hex

#A9CBEE
(169,203,238)
0 Favorites   0 Comments

Color spaces of #a9cbee

RGB 169203238
HSL0.580.670.80
HSV210°29°93°
CMYK 0.290.150.00   0.07
XYZ53.150757.319989.1514
Yxy57.31990.26630.2871
Hunter Lab75.7099-7.1798-16.8194
CIE-Lab80.3592-3.4081-20.9687

#a9cbee color RGB value is (169,203,238).

#a9cbee hex color red value is 169, green value is 203 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a9cbee hue: 0.58 , saturation: 0.67 and the lightness value of a9cbee is 0.80.

The process color (four color CMYK) of #a9cbee color hex is 0.29, 0.15, 0.00, 0.07. Web safe color of #a9cbee is #99ccff. Color #a9cbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11001011 11101110
Octal 251 313 356
Decimal 169 203 238
Hex A9 CB EE

RGB Percentages of Color #a9cbee

%27.70
%33.28
%39.02

CMYK Percentages of Color #a9cbee

%29
%15
%0
%7

Triadic Colors of #a9cbee

#a9cbee #eea9cb #cbeea9

Analogous Colors of #a9cbee

#a9cbee #aaa9ee #a9eeee

Monochromatic Colors of #a9cbee

#a9cbee

Complementary Color

#a9cbee #eecca9

#a9cbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9cbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9cbee Color CSS Codes

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

#a9cbee Text Font Color

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

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


#a9cbee Background Color

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

This div background color is #a9cbee


#a9cbee Border Color

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

This div border color is #a9cbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9cbee


Comments

No comments written yet.

Please login to write comment.