Color Hex Logo

#a3ffef Color Hex

#A3FFEF
(163,255,239)
0 Favorites   0 Comments

Color spaces of #a3ffef

RGB 163255239
HSL0.471.000.82
HSV170°36°100°
CMYK 0.360.000.06   0.00
XYZ66.444285.538594.6700
Yxy85.53850.26940.3468
Hunter Lab92.4870-33.61504.0515
CIE-Lab94.1147-30.8776-1.0361

#a3ffef color RGB value is (163,255,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11111111 11101111
Octal 243 377 357
Decimal 163 255 239
Hex A3 FF EF

RGB Percentages of Color #a3ffef

%24.81
%38.81
%36.38

CMYK Percentages of Color #a3ffef

%36
%0
%6
%0

Triadic Colors of #a3ffef

#a3ffef #efa3ff #ffefa3

Analogous Colors of #a3ffef

#a3ffef #a3e1ff #a3ffc1

Monochromatic Colors of #a3ffef

#a3ffef

Complementary Color

#a3ffef #ffa3b3

#a3ffef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3ffef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3ffef Color CSS Codes

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

#a3ffef Text Font Color

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

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


#a3ffef Background Color

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

This div background color is #a3ffef


#a3ffef Border Color

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

This div border color is #a3ffef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3ffef

Related Colors


Comments

No comments written yet.

Please login to write comment.