Color Hex Logo

#21addd Color Hex

#21ADDD
(33,173,221)
0 Favorites   0 Comments

Color spaces of #21addd

RGB 33173221
HSL0.540.740.50
HSV195°85°87°
CMYK 0.850.220.00   0.13
XYZ28.621935.430973.7369
Yxy35.43090.20770.2571
Hunter Lab59.5239-18.3355-31.7805
CIE-Lab66.0828-18.6673-34.1105

#21addd color RGB value is (33,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10101101 11011101
Octal 41 255 335
Decimal 33 173 221
Hex 21 AD DD

RGB Percentages of Color #21addd

%7.73
%40.52
%51.76

CMYK Percentages of Color #21addd

%85
%22
%0
%13

Triadic Colors of #21addd

#21addd #dd21ad #addd21

Analogous Colors of #21addd

#21addd #214fdd #21ddaf

Monochromatic Colors of #21addd

#21addd

Complementary Color

#21addd #dd5121

#21addd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21addd Color Preview on White Background

Lorem ipsum dolor sit amet.

#21addd Color CSS Codes

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

#21addd Text Font Color

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

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


#21addd Background Color

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

This div background color is #21addd


#21addd Border Color

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

This div border color is #21addd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21addd


Comments

No comments written yet.

Please login to write comment.