Color Hex Logo

#a3eabf Color Hex

#A3EABF
(163,234,191)
0 Favorites   0 Comments

Color spaces of #a3eabf

RGB 163234191
HSL0.400.630.78
HSV144°30°92°
CMYK 0.300.000.18   0.08
XYZ53.931070.393860.0351
Yxy70.39380.29250.3818
Hunter Lab83.9010-32.088216.3059
CIE-Lab87.1896-30.843613.9127

#a3eabf color RGB value is (163,234,191).

#a3eabf hex color red value is 163, green value is 234 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a3eabf hue: 0.40 , saturation: 0.63 and the lightness value of a3eabf is 0.78.

The process color (four color CMYK) of #a3eabf color hex is 0.30, 0.00, 0.18, 0.08. Web safe color of #a3eabf is #99ffcc. Color #a3eabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11101010 10111111
Octal 243 352 277
Decimal 163 234 191
Hex A3 EA BF

RGB Percentages of Color #a3eabf

%27.72
%39.80
%32.48

CMYK Percentages of Color #a3eabf

%30
%0
%18
%8

Triadic Colors of #a3eabf

#a3eabf #bfa3ea #eabfa3

Analogous Colors of #a3eabf

#a3eabf #a3eae3 #abeaa3

Monochromatic Colors of #a3eabf

#a3eabf

Complementary Color

#a3eabf #eaa3ce

#a3eabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3eabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3eabf Color CSS Codes

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

#a3eabf Text Font Color

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

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


#a3eabf Background Color

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

This div background color is #a3eabf


#a3eabf Border Color

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

This div border color is #a3eabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3eabf


Comments

No comments written yet.

Please login to write comment.