Color Hex Logo

#a3ffec Color Hex

#A3FFEC
(163,255,236)
0 Favorites   0 Comments

Color spaces of #a3ffec

RGB 163255236
HSL0.471.000.82
HSV168°36°100°
CMYK 0.360.000.07   0.00
XYZ66.004685.362792.3547
Yxy85.36270.27080.3502
Hunter Lab92.3919-34.16595.4083
CIE-Lab94.0392-31.53300.4028

#a3ffec color RGB value is (163,255,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11111111 11101100
Octal 243 377 354
Decimal 163 255 236
Hex A3 FF EC

RGB Percentages of Color #a3ffec

%24.92
%38.99
%36.09

CMYK Percentages of Color #a3ffec

%36
%0
%7
%0

Triadic Colors of #a3ffec

#a3ffec #eca3ff #ffeca3

Analogous Colors of #a3ffec

#a3ffec #a3e4ff #a3ffbe

Monochromatic Colors of #a3ffec

#a3ffec

Complementary Color

#a3ffec #ffa3b6

#a3ffec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3ffec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3ffec Color CSS Codes

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

#a3ffec Text Font Color

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

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


#a3ffec Background Color

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

This div background color is #a3ffec


#a3ffec Border Color

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

This div border color is #a3ffec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,255,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3ffec

#a3ffec Color Palettes


Comments

No comments written yet.

Please login to write comment.