Color Hex Logo

#21ee4d Color Hex

#21EE4D
(33,238,77)
0 Favorites   0 Comments

Color spaces of #21ee4d

RGB 3323877
HSL0.370.860.53
HSV133°86°93°
CMYK 0.860.000.68   0.07
XYZ32.541362.008217.2749
Yxy62.00820.29100.5545
Hunter Lab78.7453-64.039642.1148
CIE-Lab82.9178-76.584062.2761

#21ee4d color RGB value is (33,238,77).

#21ee4d hex color red value is 33, green value is 238 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #21ee4d hue: 0.37 , saturation: 0.86 and the lightness value of 21ee4d is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 11101110 01001101
Octal 41 356 115
Decimal 33 238 77
Hex 21 EE 4D

RGB Percentages of Color #21ee4d

%9.48
%68.39
%22.13

CMYK Percentages of Color #21ee4d

%86
%0
%68
%7

Triadic Colors of #21ee4d

#21ee4d #4d21ee #ee4d21

Analogous Colors of #21ee4d

#21ee4d #21eeb4 #5bee21

Monochromatic Colors of #21ee4d

#21ee4d

Complementary Color

#21ee4d #ee21c2

#21ee4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21ee4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#21ee4d Color CSS Codes

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

#21ee4d Text Font Color

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

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


#21ee4d Background Color

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

This div background color is #21ee4d


#21ee4d Border Color

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

This div border color is #21ee4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21ee4d


Comments

No comments written yet.

Please login to write comment.