Color Hex Logo

#a9cebd Color Hex

#A9CEBD
(169,206,189)
0 Favorites   0 Comments

Color spaces of #a9cebd

RGB 169206189
HSL0.420.270.74
HSV152°18°81°
CMYK 0.180.000.08   0.19
XYZ47.618856.251856.4920
Yxy56.25180.29690.3508
Hunter Lab75.0012-17.92127.8427
CIE-Lab79.7569-15.63004.3896

#a9cebd color RGB value is (169,206,189).

#a9cebd hex color red value is 169, green value is 206 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a9cebd hue: 0.42 , saturation: 0.27 and the lightness value of a9cebd is 0.74.

The process color (four color CMYK) of #a9cebd color hex is 0.18, 0.00, 0.08, 0.19. Web safe color of #a9cebd is #99cccc. Color #a9cebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11001110 10111101
Octal 251 316 275
Decimal 169 206 189
Hex A9 CE BD

RGB Percentages of Color #a9cebd

%29.96
%36.52
%33.51

CMYK Percentages of Color #a9cebd

%18
%0
%8
%19

Triadic Colors of #a9cebd

#a9cebd #bda9ce #cebda9

Analogous Colors of #a9cebd

#a9cebd #a9cdce #a9ceab

Monochromatic Colors of #a9cebd

#a9cebd

Complementary Color

#a9cebd #cea9ba

#a9cebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9cebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9cebd Color CSS Codes

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

#a9cebd Text Font Color

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

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


#a9cebd Background Color

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

This div background color is #a9cebd


#a9cebd Border Color

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

This div border color is #a9cebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9cebd


Comments

No comments written yet.

Please login to write comment.