Color Hex Logo

#a2fcab Color Hex

#A2FCAB
(162,252,171)
0 Favorites   0 Comments

Color spaces of #a2fcab

RGB 162252171
HSL0.350.940.81
HSV126°36°99°
CMYK 0.360.000.32   0.01
XYZ57.061480.242551.0090
Yxy80.24250.30300.4261
Hunter Lab89.5782-43.057128.9429
CIE-Lab91.7936-42.829330.5197

#a2fcab color RGB value is (162,252,171).

#a2fcab hex color red value is 162, green value is 252 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a2fcab hue: 0.35 , saturation: 0.94 and the lightness value of a2fcab is 0.81.

The process color (four color CMYK) of #a2fcab color hex is 0.36, 0.00, 0.32, 0.01. Web safe color of #a2fcab is #99ff99. Color #a2fcab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11111100 10101011
Octal 242 374 253
Decimal 162 252 171
Hex A2 FC AB

RGB Percentages of Color #a2fcab

%27.69
%43.08
%29.23

CMYK Percentages of Color #a2fcab

%36
%0
%32
%1

Triadic Colors of #a2fcab

#a2fcab #aba2fc #fcaba2

Analogous Colors of #a2fcab

#a2fcab #a2fcd8 #c6fca2

Monochromatic Colors of #a2fcab

#a2fcab

Complementary Color

#a2fcab #fca2f3

#a2fcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2fcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2fcab Color CSS Codes

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

#a2fcab Text Font Color

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

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


#a2fcab Background Color

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

This div background color is #a2fcab


#a2fcab Border Color

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

This div border color is #a2fcab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,252,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a2fcab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a2fcab;
  -webkit-box-shadow: 1px 1px 3px 2px #a2fcab;
  box-shadow:         1px 1px 3px 2px #a2fcab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,252,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2fcab


Comments

No comments written yet.

Please login to write comment.