Color Hex Logo

#20afad Color Hex

#20AFAD
(32,175,173)
0 Favorites   0 Comments

Color spaces of #20afad

RGB 32175173
HSL0.500.690.41
HSV179°82°69°
CMYK 0.820.000.01   0.31
XYZ23.468533.984244.8578
Yxy33.98420.22940.3322
Hunter Lab58.2960-30.1583-4.8155
CIE-Lab64.9500-35.2434-9.2492

#20afad color RGB value is (32,175,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10101111 10101101
Octal 40 257 255
Decimal 32 175 173
Hex 20 AF AD

RGB Percentages of Color #20afad

%8.42
%46.05
%45.53

CMYK Percentages of Color #20afad

%82
%0
%1
%31

Triadic Colors of #20afad

#20afad #ad20af #afad20

Analogous Colors of #20afad

#20afad #206aaf #20af66

Monochromatic Colors of #20afad

#20afad

Complementary Color

#20afad #af2022

#20afad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20afad Color Preview on White Background

Lorem ipsum dolor sit amet.

#20afad Color CSS Codes

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

#20afad Text Font Color

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

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


#20afad Background Color

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

This div background color is #20afad


#20afad Border Color

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

This div border color is #20afad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,175,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 #20afad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20afad


Comments

No comments written yet.

Please login to write comment.