Color Hex Logo

#21b9cc Color Hex

#21B9CC
(33,185,204)
0 Favorites   0 Comments

Color spaces of #21b9cc

RGB 33185204
HSL0.520.720.46
HSV187°84°80°
CMYK 0.840.090.00   0.20
XYZ28.875239.380963.2061
Yxy39.38090.21960.2996
Hunter Lab62.7542-27.6863-15.7890
CIE-Lab69.0263-30.3691-20.2415

#21b9cc color RGB value is (33,185,204).

#21b9cc hex color red value is 33, green value is 185 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #21b9cc hue: 0.52 , saturation: 0.72 and the lightness value of 21b9cc is 0.46.

The process color (four color CMYK) of #21b9cc color hex is 0.84, 0.09, 0.00, 0.20. Web safe color of #21b9cc is #33cccc. Color #21b9cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10111001 11001100
Octal 41 271 314
Decimal 33 185 204
Hex 21 B9 CC

RGB Percentages of Color #21b9cc

%7.82
%43.84
%48.34

CMYK Percentages of Color #21b9cc

%84
%9
%0
%20

Triadic Colors of #21b9cc

#21b9cc #cc21b9 #b9cc21

Analogous Colors of #21b9cc

#21b9cc #2164cc #21cc8a

Monochromatic Colors of #21b9cc

#21b9cc

Complementary Color

#21b9cc #cc3421

#21b9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21b9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#21b9cc Color CSS Codes

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

#21b9cc Text Font Color

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

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


#21b9cc Background Color

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

This div background color is #21b9cc


#21b9cc Border Color

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

This div border color is #21b9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21b9cc


Comments

No comments written yet.

Please login to write comment.