Color Hex Logo

#a3ffed Color Hex

#A3FFED
(163,255,237)
0 Favorites   0 Comments

Color spaces of #a3ffed

RGB 163255237
HSL0.471.000.82
HSV168°36°100°
CMYK 0.360.000.07   0.00
XYZ66.150385.421093.1222
Yxy85.42100.27030.3491
Hunter Lab92.4235-33.98324.9582
CIE-Lab94.0642-31.3154-0.0770

#a3ffed color RGB value is (163,255,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11111111 11101101
Octal 243 377 355
Decimal 163 255 237
Hex A3 FF ED

RGB Percentages of Color #a3ffed

%24.89
%38.93
%36.18

CMYK Percentages of Color #a3ffed

%36
%0
%7
%0

Triadic Colors of #a3ffed

#a3ffed #eda3ff #ffeda3

Analogous Colors of #a3ffed

#a3ffed #a3e3ff #a3ffbf

Monochromatic Colors of #a3ffed

#a3ffed

Complementary Color

#a3ffed #ffa3b5

#a3ffed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3ffed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3ffed Color CSS Codes

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

#a3ffed Text Font Color

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

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


#a3ffed Background Color

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

This div background color is #a3ffed


#a3ffed Border Color

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

This div border color is #a3ffed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3ffed


Comments

No comments written yet.

Please login to write comment.