Color Hex Logo

#21b9cb Color Hex

#21B9CB
(33,185,203)
0 Favorites   0 Comments

Color spaces of #21b9cb

RGB 33185203
HSL0.520.720.46
HSV186°84°80°
CMYK 0.840.090.00   0.20
XYZ28.755739.333162.5764
Yxy39.33310.22010.3010
Hunter Lab62.7161-27.9099-15.2567
CIE-Lab68.9919-30.6851-19.7449

#21b9cb color RGB value is (33,185,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10111001 11001011
Octal 41 271 313
Decimal 33 185 203
Hex 21 B9 CB

RGB Percentages of Color #21b9cb

%7.84
%43.94
%48.22

CMYK Percentages of Color #21b9cb

%84
%9
%0
%20

Triadic Colors of #21b9cb

#21b9cb #cb21b9 #b9cb21

Analogous Colors of #21b9cb

#21b9cb #2164cb #21cb88

Monochromatic Colors of #21b9cb

#21b9cb

Complementary Color

#21b9cb #cb3321

#21b9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21b9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#21b9cb Color CSS Codes

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

#21b9cb Text Font Color

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

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


#21b9cb Background Color

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

This div background color is #21b9cb


#21b9cb Border Color

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

This div border color is #21b9cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21b9cb


Comments

No comments written yet.

Please login to write comment.