Color Hex Logo

#21d6ab Color Hex

#21D6AB
(33,214,171)
0 Favorites   0 Comments

Color spaces of #21d6ab

RGB 33214171
HSL0.460.730.48
HSV166°85°84°
CMYK 0.850.000.20   0.16
XYZ32.024551.356746.7531
Yxy51.35670.24610.3946
Hunter Lab71.6636-45.644511.4839
CIE-Lab76.8946-52.48349.2778

#21d6ab color RGB value is (33,214,171).

#21d6ab hex color red value is 33, green value is 214 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #21d6ab hue: 0.46 , saturation: 0.73 and the lightness value of 21d6ab is 0.48.

The process color (four color CMYK) of #21d6ab color hex is 0.85, 0.00, 0.20, 0.16. Web safe color of #21d6ab is #33cc99. Color #21d6ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 11010110 10101011
Octal 41 326 253
Decimal 33 214 171
Hex 21 D6 AB

RGB Percentages of Color #21d6ab

%7.89
%51.20
%40.91

CMYK Percentages of Color #21d6ab

%85
%0
%20
%16

Triadic Colors of #21d6ab

#21d6ab #ab21d6 #d6ab21

Analogous Colors of #21d6ab

#21d6ab #21a7d6 #21d651

Monochromatic Colors of #21d6ab

#21d6ab

Complementary Color

#21d6ab #d6214c

#21d6ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21d6ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#21d6ab Color CSS Codes

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

#21d6ab Text Font Color

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

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


#21d6ab Background Color

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

This div background color is #21d6ab


#21d6ab Border Color

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

This div border color is #21d6ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21d6ab


Comments

No comments written yet.

Please login to write comment.