Color Hex Logo

#21ec5b Color Hex

#21EC5B
(33,236,91)
0 Favorites   0 Comments

Color spaces of #21ec5b

RGB 3323691
HSL0.380.840.53
HSV137°86°93°
CMYK 0.860.000.61   0.07
XYZ32.511061.069619.9716
Yxy61.06960.28630.5378
Hunter Lab78.1470-62.497139.5505
CIE-Lab82.4161-74.530356.0474

#21ec5b color RGB value is (33,236,91).

#21ec5b hex color red value is 33, green value is 236 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #21ec5b hue: 0.38 , saturation: 0.84 and the lightness value of 21ec5b is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 11101100 01011011
Octal 41 354 133
Decimal 33 236 91
Hex 21 EC 5B

RGB Percentages of Color #21ec5b

%9.17
%65.56
%25.28

CMYK Percentages of Color #21ec5b

%86
%0
%61
%7

Triadic Colors of #21ec5b

#21ec5b #5b21ec #ec5b21

Analogous Colors of #21ec5b

#21ec5b #21ecc1 #4dec21

Monochromatic Colors of #21ec5b

#21ec5b

Complementary Color

#21ec5b #ec21b2

#21ec5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21ec5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#21ec5b Color CSS Codes

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

#21ec5b Text Font Color

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

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


#21ec5b Background Color

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

This div background color is #21ec5b


#21ec5b Border Color

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

This div border color is #21ec5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21ec5b


Comments

No comments written yet.

Please login to write comment.