Color Hex Logo

#a9ccbe Color Hex

#A9CCBE
(169,204,190)
0 Favorites   0 Comments

Color spaces of #a9ccbe

RGB 169204190
HSL0.430.260.73
HSV156°17°80°
CMYK 0.170.000.07   0.20
XYZ47.249355.338556.9063
Yxy55.33850.29620.3470
Hunter Lab74.3899-16.80666.7176
CIE-Lab79.2358-14.41383.0993

#a9ccbe color RGB value is (169,204,190).

#a9ccbe hex color red value is 169, green value is 204 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a9ccbe hue: 0.43 , saturation: 0.26 and the lightness value of a9ccbe is 0.73.

The process color (four color CMYK) of #a9ccbe color hex is 0.17, 0.00, 0.07, 0.20. Web safe color of #a9ccbe is #99cccc. Color #a9ccbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11001100 10111110
Octal 251 314 276
Decimal 169 204 190
Hex A9 CC BE

RGB Percentages of Color #a9ccbe

%30.02
%36.23
%33.75

CMYK Percentages of Color #a9ccbe

%17
%0
%7
%20

Triadic Colors of #a9ccbe

#a9ccbe #bea9cc #ccbea9

Analogous Colors of #a9ccbe

#a9ccbe #a9c9cc #a9ccad

Monochromatic Colors of #a9ccbe

#a9ccbe

Complementary Color

#a9ccbe #cca9b7

#a9ccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9ccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9ccbe Color CSS Codes

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

#a9ccbe Text Font Color

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

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


#a9ccbe Background Color

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

This div background color is #a9ccbe


#a9ccbe Border Color

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

This div border color is #a9ccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9ccbe


Comments

No comments written yet.

Please login to write comment.