Color Hex Logo

#a9ffbe Color Hex

#A9FFBE
(169,255,190)
0 Favorites   0 Comments

Color spaces of #a9ffbe

RGB 169255190
HSL0.371.000.83
HSV135°34°100°
CMYK 0.340.000.25   0.00
XYZ61.416483.672761.6287
Yxy83.67270.29710.4048
Hunter Lab91.4728-40.229424.0850
CIE-Lab93.3082-38.889023.0234

#a9ffbe color RGB value is (169,255,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11111111 10111110
Octal 251 377 276
Decimal 169 255 190
Hex A9 FF BE

RGB Percentages of Color #a9ffbe

%27.52
%41.53
%30.94

CMYK Percentages of Color #a9ffbe

%34
%0
%25
%0

Triadic Colors of #a9ffbe

#a9ffbe #bea9ff #ffbea9

Analogous Colors of #a9ffbe

#a9ffbe #a9ffe9 #bfffa9

Monochromatic Colors of #a9ffbe

#a9ffbe

Complementary Color

#a9ffbe #ffa9ea

#a9ffbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9ffbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9ffbe Color CSS Codes

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

#a9ffbe Text Font Color

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

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


#a9ffbe Background Color

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

This div background color is #a9ffbe


#a9ffbe Border Color

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

This div border color is #a9ffbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9ffbe


Comments

No comments written yet.

Please login to write comment.