Color Hex Logo

#a2efdf Color Hex

#A2EFDF
(162,239,223)
0 Favorites   0 Comments

Color spaces of #a2efdf

RGB 162239223
HSL0.470.710.79
HSV168°32°94°
CMYK 0.320.000.07   0.06
XYZ59.086174.742181.1245
Yxy74.74210.27490.3477
Hunter Lab86.4535-29.29904.8821
CIE-Lab89.2721-27.02970.1912

#a2efdf color RGB value is (162,239,223).

#a2efdf hex color red value is 162, green value is 239 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a2efdf hue: 0.47 , saturation: 0.71 and the lightness value of a2efdf is 0.79.

The process color (four color CMYK) of #a2efdf color hex is 0.32, 0.00, 0.07, 0.06. Web safe color of #a2efdf is #99ffcc. Color #a2efdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11101111 11011111
Octal 242 357 337
Decimal 162 239 223
Hex A2 EF DF

RGB Percentages of Color #a2efdf

%25.96
%38.30
%35.74

CMYK Percentages of Color #a2efdf

%32
%0
%7
%6

Triadic Colors of #a2efdf

#a2efdf #dfa2ef #efdfa2

Analogous Colors of #a2efdf

#a2efdf #a2d9ef #a2efb9

Monochromatic Colors of #a2efdf

#a2efdf

Complementary Color

#a2efdf #efa2b2

#a2efdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2efdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2efdf Color CSS Codes

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

#a2efdf Text Font Color

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

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


#a2efdf Background Color

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

This div background color is #a2efdf


#a2efdf Border Color

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

This div border color is #a2efdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2efdf


Comments

No comments written yet.

Please login to write comment.