Color Hex Logo

#a3ffbe Color Hex

#A3FFBE
(163,255,190)
0 Favorites   0 Comments

Color spaces of #a3ffbe

RGB 163255190
HSL0.381.000.82
HSV138°36°100°
CMYK 0.360.000.25   0.00
XYZ60.158583.024261.5698
Yxy83.02420.29380.4055
Hunter Lab91.1176-41.604923.7190
CIE-Lab93.0250-40.640122.5880

#a3ffbe color RGB value is (163,255,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11111111 10111110
Octal 243 377 276
Decimal 163 255 190
Hex A3 FF BE

RGB Percentages of Color #a3ffbe

%26.81
%41.94
%31.25

CMYK Percentages of Color #a3ffbe

%36
%0
%25
%0

Triadic Colors of #a3ffbe

#a3ffbe #bea3ff #ffbea3

Analogous Colors of #a3ffbe

#a3ffbe #a3ffec #b6ffa3

Monochromatic Colors of #a3ffbe

#a3ffbe

Complementary Color

#a3ffbe #ffa3e4

#a3ffbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3ffbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3ffbe Color CSS Codes

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

#a3ffbe Text Font Color

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

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


#a3ffbe Background Color

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

This div background color is #a3ffbe


#a3ffbe Border Color

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

This div border color is #a3ffbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3ffbe

#a3ffbe Color Palettes


Comments

No comments written yet.

Please login to write comment.