Color Hex Logo

#a9fcbc Color Hex

#A9FCBC
(169,252,188)
0 Favorites   0 Comments

Color spaces of #a9fcbc

RGB 169252188
HSL0.370.930.83
HSV134°33°99°
CMYK 0.330.000.25   0.01
XYZ60.249781.686760.1686
Yxy81.68670.29810.4042
Hunter Lab90.3807-39.174323.7957
CIE-Lab92.4364-37.886122.8374

#a9fcbc color RGB value is (169,252,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11111100 10111100
Octal 251 374 274
Decimal 169 252 188
Hex A9 FC BC

RGB Percentages of Color #a9fcbc

%27.75
%41.38
%30.87

CMYK Percentages of Color #a9fcbc

%33
%0
%25
%1

Triadic Colors of #a9fcbc

#a9fcbc #bca9fc #fcbca9

Analogous Colors of #a9fcbc

#a9fcbc #a9fce6 #c0fca9

Monochromatic Colors of #a9fcbc

#a9fcbc

Complementary Color

#a9fcbc #fca9e9

#a9fcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9fcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9fcbc Color CSS Codes

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

#a9fcbc Text Font Color

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

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


#a9fcbc Background Color

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

This div background color is #a9fcbc


#a9fcbc Border Color

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

This div border color is #a9fcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9fcbc


Comments

No comments written yet.

Please login to write comment.