Color Hex Logo

#21e77f Color Hex

#21E77F
(33,231,127)
0 Favorites   0 Comments

Color spaces of #21e77f

RGB 33231127
HSL0.410.800.52
HSV148°86°91°
CMYK 0.860.000.45   0.09
XYZ33.033959.007529.7272
Yxy59.00750.27130.4846
Hunter Lab76.8163-57.666930.8268
CIE-Lab81.2957-67.836238.0050

#21e77f color RGB value is (33,231,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 11100111 01111111
Octal 41 347 177
Decimal 33 231 127
Hex 21 E7 7F

RGB Percentages of Color #21e77f

%8.44
%59.08
%32.48

CMYK Percentages of Color #21e77f

%86
%0
%45
%9

Triadic Colors of #21e77f

#21e77f #7f21e7 #e77f21

Analogous Colors of #21e77f

#21e77f #21e7e2 #26e721

Monochromatic Colors of #21e77f

#21e77f

Complementary Color

#21e77f #e72189

#21e77f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21e77f Color Preview on White Background

Lorem ipsum dolor sit amet.

#21e77f Color CSS Codes

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

#21e77f Text Font Color

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

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


#21e77f Background Color

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

This div background color is #21e77f


#21e77f Border Color

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

This div border color is #21e77f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21e77f


Comments

No comments written yet.

Please login to write comment.