Color Hex Logo

#21adb4 Color Hex

#21ADB4
(33,173,180)
0 Favorites   0 Comments

Color spaces of #21adb4

RGB 33173180
HSL0.510.690.42
HSV183°82°71°
CMYK 0.820.040.00   0.29
XYZ23.809033.505848.3924
Yxy33.50580.22520.3170
Hunter Lab57.8842-27.8765-9.0487
CIE-Lab64.5684-32.0886-13.7175

#21adb4 color RGB value is (33,173,180).

#21adb4 hex color red value is 33, green value is 173 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #21adb4 hue: 0.51 , saturation: 0.69 and the lightness value of 21adb4 is 0.42.

The process color (four color CMYK) of #21adb4 color hex is 0.82, 0.04, 0.00, 0.29. Web safe color of #21adb4 is #3399cc. Color #21adb4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10101101 10110100
Octal 41 255 264
Decimal 33 173 180
Hex 21 AD B4

RGB Percentages of Color #21adb4

%8.55
%44.82
%46.63

CMYK Percentages of Color #21adb4

%82
%4
%0
%29

Triadic Colors of #21adb4

#21adb4 #b421ad #adb421

Analogous Colors of #21adb4

#21adb4 #2164b4 #21b472

Monochromatic Colors of #21adb4

#21adb4

Complementary Color

#21adb4 #b42821

#21adb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21adb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#21adb4 Color CSS Codes

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

#21adb4 Text Font Color

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

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


#21adb4 Background Color

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

This div background color is #21adb4


#21adb4 Border Color

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

This div border color is #21adb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21adb4


Comments

No comments written yet.

Please login to write comment.