Color Hex Logo

#21c75e Color Hex

#21C75E
(33,199,94)
0 Favorites   0 Comments

Color spaces of #21c75e

RGB 3319994
HSL0.390.720.45
HSV142°83°78°
CMYK 0.830.000.53   0.22
XYZ23.071041.978317.4763
Yxy41.97830.27960.5087
Hunter Lab64.7907-49.822429.3609
CIE-Lab70.8560-62.481141.0608

#21c75e color RGB value is (33,199,94).

#21c75e hex color red value is 33, green value is 199 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #21c75e hue: 0.39 , saturation: 0.72 and the lightness value of 21c75e is 0.45.

The process color (four color CMYK) of #21c75e color hex is 0.83, 0.00, 0.53, 0.22. Web safe color of #21c75e is #33cc66. Color #21c75e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 11000111 01011110
Octal 41 307 136
Decimal 33 199 94
Hex 21 C7 5E

RGB Percentages of Color #21c75e

%10.12
%61.04
%28.83

CMYK Percentages of Color #21c75e

%83
%0
%53
%22

Triadic Colors of #21c75e

#21c75e #5e21c7 #c75e21

Analogous Colors of #21c75e

#21c75e #21c7b1 #37c721

Monochromatic Colors of #21c75e

#21c75e

Complementary Color

#21c75e #c7218a

#21c75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21c75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#21c75e Color CSS Codes

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

#21c75e Text Font Color

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

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


#21c75e Background Color

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

This div background color is #21c75e


#21c75e Border Color

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

This div border color is #21c75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21c75e

#21c75e Color Palettes


Comments

No comments written yet.

Please login to write comment.