Color Hex Logo

#21acc2 Color Hex

#21ACC2
(33,172,194)
0 Favorites   0 Comments

Color spaces of #21acc2

RGB 33172194
HSL0.520.710.45
HSV188°83°76°
CMYK 0.830.110.00   0.24
XYZ25.117333.723456.2244
Yxy33.72340.21830.2931
Hunter Lab58.0719-24.4207-16.7535
CIE-Lab64.7424-27.1682-21.2433

#21acc2 color RGB value is (33,172,194).

#21acc2 hex color red value is 33, green value is 172 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #21acc2 hue: 0.52 , saturation: 0.71 and the lightness value of 21acc2 is 0.45.

The process color (four color CMYK) of #21acc2 color hex is 0.83, 0.11, 0.00, 0.24. Web safe color of #21acc2 is #3399cc. Color #21acc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10101100 11000010
Octal 41 254 302
Decimal 33 172 194
Hex 21 AC C2

RGB Percentages of Color #21acc2

%8.27
%43.11
%48.62

CMYK Percentages of Color #21acc2

%83
%11
%0
%24

Triadic Colors of #21acc2

#21acc2 #c221ac #acc221

Analogous Colors of #21acc2

#21acc2 #215bc2 #21c288

Monochromatic Colors of #21acc2

#21acc2

Complementary Color

#21acc2 #c23721

#21acc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21acc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#21acc2 Color CSS Codes

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

#21acc2 Text Font Color

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

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


#21acc2 Background Color

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

This div background color is #21acc2


#21acc2 Border Color

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

This div border color is #21acc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21acc2


Comments

No comments written yet.

Please login to write comment.