Color Hex Logo

#a9fcbd Color Hex

#A9FCBD
(169,252,189)
0 Favorites   0 Comments

Color spaces of #a9fcbd

RGB 169252189
HSL0.370.930.83
HSV134°33°99°
CMYK 0.330.000.25   0.01
XYZ60.357981.729960.7384
Yxy81.72990.29760.4030
Hunter Lab90.4046-39.033923.4492
CIE-Lab92.4555-37.711522.3539

#a9fcbd color RGB value is (169,252,189).

#a9fcbd hex color red value is 169, green value is 252 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a9fcbd hue: 0.37 , saturation: 0.93 and the lightness value of a9fcbd is 0.83.

The process color (four color CMYK) of #a9fcbd color hex is 0.33, 0.00, 0.25, 0.01. Web safe color of #a9fcbd is #99ffcc. Color #a9fcbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11111100 10111101
Octal 251 374 275
Decimal 169 252 189
Hex A9 FC BD

RGB Percentages of Color #a9fcbd

%27.70
%41.31
%30.98

CMYK Percentages of Color #a9fcbd

%33
%0
%25
%1

Triadic Colors of #a9fcbd

#a9fcbd #bda9fc #fcbda9

Analogous Colors of #a9fcbd

#a9fcbd #a9fce7 #bffca9

Monochromatic Colors of #a9fcbd

#a9fcbd

Complementary Color

#a9fcbd #fca9e8

#a9fcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9fcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9fcbd Color CSS Codes

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

#a9fcbd Text Font Color

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

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


#a9fcbd Background Color

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

This div background color is #a9fcbd


#a9fcbd Border Color

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

This div border color is #a9fcbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,252,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 #a9fcbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9fcbd

Related Colors


Comments

No comments written yet.

Please login to write comment.