Color Hex Logo

#21e77c Color Hex

#21E77C
(33,231,124)
0 Favorites   0 Comments

Color spaces of #21e77c

RGB 33231124
HSL0.410.800.52
HSV148°86°91°
CMYK 0.860.000.46   0.09
XYZ32.841258.930428.7126
Yxy58.93040.27260.4891
Hunter Lab76.7661-57.976931.5602
CIE-Lab81.2533-68.338339.4252

#21e77c color RGB value is (33,231,124).

#21e77c hex color red value is 33, green value is 231 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #21e77c hue: 0.41 , saturation: 0.80 and the lightness value of 21e77c is 0.52.

The process color (four color CMYK) of #21e77c color hex is 0.86, 0.00, 0.46, 0.09. Web safe color of #21e77c is #33ff66. Color #21e77c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 11100111 01111100
Octal 41 347 174
Decimal 33 231 124
Hex 21 E7 7C

RGB Percentages of Color #21e77c

%8.51
%59.54
%31.96

CMYK Percentages of Color #21e77c

%86
%0
%46
%9

Triadic Colors of #21e77c

#21e77c #7c21e7 #e77c21

Analogous Colors of #21e77c

#21e77c #21e7df #29e721

Monochromatic Colors of #21e77c

#21e77c

Complementary Color

#21e77c #e7218c

#21e77c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21e77c Color Preview on White Background

Lorem ipsum dolor sit amet.

#21e77c Color CSS Codes

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

#21e77c Text Font Color

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

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


#21e77c Background Color

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

This div background color is #21e77c


#21e77c Border Color

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

This div border color is #21e77c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21e77c


Comments

No comments written yet.

Please login to write comment.