Color Hex Logo

#21abdb Color Hex

#21ABDB
(33,171,219)
0 Favorites   0 Comments

Color spaces of #21abdb

RGB 33171219
HSL0.540.740.49
HSV195°85°86°
CMYK 0.850.220.00   0.14
XYZ27.976334.563672.2148
Yxy34.56360.20760.2565
Hunter Lab58.7908-17.9426-31.6744
CIE-Lab65.4075-18.2956-34.0579

#21abdb color RGB value is (33,171,219).

#21abdb hex color red value is 33, green value is 171 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #21abdb hue: 0.54 , saturation: 0.74 and the lightness value of 21abdb is 0.49.

The process color (four color CMYK) of #21abdb color hex is 0.85, 0.22, 0.00, 0.14. Web safe color of #21abdb is #3399cc. Color #21abdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10101011 11011011
Octal 41 253 333
Decimal 33 171 219
Hex 21 AB DB

RGB Percentages of Color #21abdb

%7.80
%40.43
%51.77

CMYK Percentages of Color #21abdb

%85
%22
%0
%14

Triadic Colors of #21abdb

#21abdb #db21ab #abdb21

Analogous Colors of #21abdb

#21abdb #214edb #21dbae

Monochromatic Colors of #21abdb

#21abdb

Complementary Color

#21abdb #db5121

#21abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#21abdb Color CSS Codes

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

#21abdb Text Font Color

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

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


#21abdb Background Color

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

This div background color is #21abdb


#21abdb Border Color

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

This div border color is #21abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21abdb


Comments

No comments written yet.

Please login to write comment.