Color Hex Logo

#21acdd Color Hex

#21ACDD
(33,172,221)
0 Favorites   0 Comments

Color spaces of #21acdd

RGB 33172221
HSL0.540.740.50
HSV196°85°87°
CMYK 0.850.220.00   0.13
XYZ28.430935.048873.6733
Yxy35.04880.20730.2555
Hunter Lab59.2020-17.8816-32.3414
CIE-Lab65.7866-18.1380-34.5706

#21acdd color RGB value is (33,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10101100 11011101
Octal 41 254 335
Decimal 33 172 221
Hex 21 AC DD

RGB Percentages of Color #21acdd

%7.75
%40.38
%51.88

CMYK Percentages of Color #21acdd

%85
%22
%0
%13

Triadic Colors of #21acdd

#21acdd #dd21ac #acdd21

Analogous Colors of #21acdd

#21acdd #214edd #21ddb0

Monochromatic Colors of #21acdd

#21acdd

Complementary Color

#21acdd #dd5221

#21acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#21acdd Color CSS Codes

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

#21acdd Text Font Color

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

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


#21acdd Background Color

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

This div background color is #21acdd


#21acdd Border Color

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

This div border color is #21acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21acdd


Comments

No comments written yet.

Please login to write comment.