Color Hex Logo

#a9fbea Color Hex

#A9FBEA
(169,251,234)
0 Favorites   0 Comments

Color spaces of #a9fbea

RGB 169251234
HSL0.470.910.82
HSV168°33°98°
CMYK 0.330.000.07   0.02
XYZ65.710683.369990.4706
Yxy83.36990.27430.3480
Hunter Lab91.3071-31.32715.1682
CIE-Lab93.1761-28.47140.2111

#a9fbea color RGB value is (169,251,234).

#a9fbea hex color red value is 169, green value is 251 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a9fbea hue: 0.47 , saturation: 0.91 and the lightness value of a9fbea is 0.82.

The process color (four color CMYK) of #a9fbea color hex is 0.33, 0.00, 0.07, 0.02. Web safe color of #a9fbea is #99ffff. Color #a9fbea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11111011 11101010
Octal 251 373 352
Decimal 169 251 234
Hex A9 FB EA

RGB Percentages of Color #a9fbea

%25.84
%38.38
%35.78

CMYK Percentages of Color #a9fbea

%33
%0
%7
%2

Triadic Colors of #a9fbea

#a9fbea #eaa9fb #fbeaa9

Analogous Colors of #a9fbea

#a9fbea #a9e3fb #a9fbc1

Monochromatic Colors of #a9fbea

#a9fbea

Complementary Color

#a9fbea #fba9ba

#a9fbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9fbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9fbea Color CSS Codes

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

#a9fbea Text Font Color

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

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


#a9fbea Background Color

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

This div background color is #a9fbea


#a9fbea Border Color

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

This div border color is #a9fbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9fbea


Comments

No comments written yet.

Please login to write comment.