Color Hex Logo

#a2fadd Color Hex

#A2FADD
(162,250,221)
0 Favorites   0 Comments

Color spaces of #a2fadd

RGB 162250221
HSL0.450.900.81
HSV160°35°98°
CMYK 0.350.000.12   0.02
XYZ62.137081.273180.8189
Yxy81.27310.27710.3625
Hunter Lab90.1516-34.73419.9539
CIE-Lab92.2531-32.65725.5589

#a2fadd color RGB value is (162,250,221).

#a2fadd hex color red value is 162, green value is 250 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a2fadd hue: 0.45 , saturation: 0.90 and the lightness value of a2fadd is 0.81.

The process color (four color CMYK) of #a2fadd color hex is 0.35, 0.00, 0.12, 0.02. Web safe color of #a2fadd is #99ffcc. Color #a2fadd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11111010 11011101
Octal 242 372 335
Decimal 162 250 221
Hex A2 FA DD

RGB Percentages of Color #a2fadd

%25.59
%39.49
%34.91

CMYK Percentages of Color #a2fadd

%35
%0
%12
%2

Triadic Colors of #a2fadd

#a2fadd #dda2fa #fadda2

Analogous Colors of #a2fadd

#a2fadd #a2ebfa #a2fab1

Monochromatic Colors of #a2fadd

#a2fadd

Complementary Color

#a2fadd #faa2bf

#a2fadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2fadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2fadd Color CSS Codes

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

#a2fadd Text Font Color

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

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


#a2fadd Background Color

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

This div background color is #a2fadd


#a2fadd Border Color

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

This div border color is #a2fadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2fadd

Related Colors

#a2fadd Color Palettes


Comments

No comments written yet.

Please login to write comment.