Color Hex Logo

#20aead Color Hex

#20AEAD
(32,174,173)
0 Favorites   0 Comments

Color spaces of #20aead

RGB 32174173
HSL0.500.690.40
HSV180°82°68°
CMYK 0.820.000.01   0.32
XYZ23.274533.596344.7932
Yxy33.59630.22890.3305
Hunter Lab57.9623-29.7582-5.2456
CIE-Lab64.6409-34.7775-9.7107

#20aead color RGB value is (32,174,173).

#20aead hex color red value is 32, green value is 174 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #20aead hue: 0.50 , saturation: 0.69 and the lightness value of 20aead is 0.40.

The process color (four color CMYK) of #20aead color hex is 0.82, 0.00, 0.01, 0.32. Web safe color of #20aead is #339999. Color #20aead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10101110 10101101
Octal 40 256 255
Decimal 32 174 173
Hex 20 AE AD

RGB Percentages of Color #20aead

%8.44
%45.91
%45.65

CMYK Percentages of Color #20aead

%82
%0
%1
%32

Triadic Colors of #20aead

#20aead #ad20ae #aead20

Analogous Colors of #20aead

#20aead #2068ae #20ae66

Monochromatic Colors of #20aead

#20aead

Complementary Color

#20aead #ae2021

#20aead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20aead Color Preview on White Background

Lorem ipsum dolor sit amet.

#20aead Color CSS Codes

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

#20aead Text Font Color

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

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


#20aead Background Color

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

This div background color is #20aead


#20aead Border Color

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

This div border color is #20aead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,174,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #20aead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #20aead;
  -webkit-box-shadow: 1px 1px 3px 2px #20aead;
  box-shadow:         1px 1px 3px 2px #20aead; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,174,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20aead


Comments

No comments written yet.

Please login to write comment.