Color Hex Logo

#21abdc Color Hex

#21ABDC
(33,171,220)
0 Favorites   0 Comments

Color spaces of #21abdc

RGB 33171220
HSL0.540.740.50
HSV196°85°86°
CMYK 0.850.220.00   0.14
XYZ28.108434.616572.9103
Yxy34.61650.20720.2552
Hunter Lab58.8358-17.6855-32.2881
CIE-Lab65.4490-17.9518-34.5445

#21abdc color RGB value is (33,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10101011 11011100
Octal 41 253 334
Decimal 33 171 220
Hex 21 AB DC

RGB Percentages of Color #21abdc

%7.78
%40.33
%51.89

CMYK Percentages of Color #21abdc

%85
%22
%0
%14

Triadic Colors of #21abdc

#21abdc #dc21ab #abdc21

Analogous Colors of #21abdc

#21abdc #214ddc #21dcb0

Monochromatic Colors of #21abdc

#21abdc

Complementary Color

#21abdc #dc5221

#21abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#21abdc Color CSS Codes

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

#21abdc Text Font Color

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

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


#21abdc Background Color

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

This div background color is #21abdc


#21abdc Border Color

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

This div border color is #21abdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21abdc


Comments

No comments written yet.

Please login to write comment.