Color Hex Logo

#21adaa Color Hex

#21ADAA
(33,173,170)
0 Favorites   0 Comments

Color spaces of #21adaa

RGB 33173170
HSL0.500.680.40
HSV179°81°68°
CMYK 0.810.000.02   0.32
XYZ22.826533.112843.2185
Yxy33.11280.23020.3339
Hunter Lab57.5437-29.8940-4.2494
CIE-Lab64.2521-35.1221-8.6170

#21adaa color RGB value is (33,173,170).

#21adaa hex color red value is 33, green value is 173 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #21adaa hue: 0.50 , saturation: 0.68 and the lightness value of 21adaa is 0.40.

The process color (four color CMYK) of #21adaa color hex is 0.81, 0.00, 0.02, 0.32. Web safe color of #21adaa is #339999. Color #21adaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10101101 10101010
Octal 41 255 252
Decimal 33 173 170
Hex 21 AD AA

RGB Percentages of Color #21adaa

%8.78
%46.01
%45.21

CMYK Percentages of Color #21adaa

%81
%0
%2
%32

Triadic Colors of #21adaa

#21adaa #aa21ad #adaa21

Analogous Colors of #21adaa

#21adaa #216aad #21ad64

Monochromatic Colors of #21adaa

#21adaa

Complementary Color

#21adaa #ad2124

#21adaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21adaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#21adaa Color CSS Codes

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

#21adaa Text Font Color

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

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


#21adaa Background Color

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

This div background color is #21adaa


#21adaa Border Color

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

This div border color is #21adaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,173,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21adaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21adaa;
  -webkit-box-shadow: 1px 1px 3px 2px #21adaa;
  box-shadow:         1px 1px 3px 2px #21adaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21adaa


Comments

No comments written yet.

Please login to write comment.