Color Hex Logo

#21addb Color Hex

#21ADDB
(33,173,219)
0 Favorites   0 Comments

Color spaces of #21addb

RGB 33173219
HSL0.540.740.49
HSV195°85°86°
CMYK 0.850.210.00   0.14
XYZ28.357035.324972.3417
Yxy35.32490.20850.2597
Hunter Lab59.4348-18.8464-30.5612
CIE-Lab66.0008-19.3513-33.1370

#21addb color RGB value is (33,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10101101 11011011
Octal 41 255 333
Decimal 33 173 219
Hex 21 AD DB

RGB Percentages of Color #21addb

%7.76
%40.71
%51.53

CMYK Percentages of Color #21addb

%85
%21
%0
%14

Triadic Colors of #21addb

#21addb #db21ad #addb21

Analogous Colors of #21addb

#21addb #2150db #21dbac

Monochromatic Colors of #21addb

#21addb

Complementary Color

#21addb #db4f21

#21addb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21addb Color Preview on White Background

Lorem ipsum dolor sit amet.

#21addb Color CSS Codes

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

#21addb Text Font Color

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

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


#21addb Background Color

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

This div background color is #21addb


#21addb Border Color

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

This div border color is #21addb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,173,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 #21addb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21addb


Comments

No comments written yet.

Please login to write comment.