Color Hex Logo

#21dc57 Color Hex

#21DC57
(33,220,87)
0 Favorites   0 Comments

Color spaces of #21dc57

RGB 3322087
HSL0.380.740.50
HSV137°85°86°
CMYK 0.850.000.60   0.14
XYZ27.940752.197917.6194
Yxy52.19790.28580.5340
Hunter Lab72.2481-57.402436.1144
CIE-Lab77.3990-70.124452.0461

#21dc57 color RGB value is (33,220,87).

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

The process color (four color CMYK) of #21dc57 color hex is 0.85, 0.00, 0.60, 0.14. Web safe color of #21dc57 is #33cc66. Color #21dc57 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 11011100 01010111
Octal 41 334 127
Decimal 33 220 87
Hex 21 DC 57

RGB Percentages of Color #21dc57

%9.71
%64.71
%25.59

CMYK Percentages of Color #21dc57

%85
%0
%60
%14

Triadic Colors of #21dc57

#21dc57 #5721dc #dc5721

Analogous Colors of #21dc57

#21dc57 #21dcb5 #48dc21

Monochromatic Colors of #21dc57

#21dc57

Complementary Color

#21dc57 #dc21a6

#21dc57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21dc57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#21dc57 Color CSS Codes

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

#21dc57 Text Font Color

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

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


#21dc57 Background Color

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

This div background color is #21dc57


#21dc57 Border Color

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

This div border color is #21dc57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21dc57


Comments

No comments written yet.

Please login to write comment.