Color Hex Logo

#21c14d Color Hex

#21C14D
(33,193,77)
0 Favorites   0 Comments

Color spaces of #21c14d

RGB 3319377
HSL0.380.710.44
HSV137°83°76°
CMYK 0.830.000.60   0.24
XYZ21.036738.999113.4400
Yxy38.99910.28630.5308
Hunter Lab62.4493-49.156630.9544
CIE-Lab68.7506-62.857146.5408

#21c14d color RGB value is (33,193,77).

#21c14d hex color red value is 33, green value is 193 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #21c14d hue: 0.38 , saturation: 0.71 and the lightness value of 21c14d is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 11000001 01001101
Octal 41 301 115
Decimal 33 193 77
Hex 21 C1 4D

RGB Percentages of Color #21c14d

%10.89
%63.70
%25.41

CMYK Percentages of Color #21c14d

%83
%0
%60
%24

Triadic Colors of #21c14d

#21c14d #4d21c1 #c14d21

Analogous Colors of #21c14d

#21c14d #21c19d #45c121

Monochromatic Colors of #21c14d

#21c14d

Complementary Color

#21c14d #c12195

#21c14d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21c14d Color Preview on White Background

Lorem ipsum dolor sit amet.

#21c14d Color CSS Codes

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

#21c14d Text Font Color

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

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


#21c14d Background Color

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

This div background color is #21c14d


#21c14d Border Color

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

This div border color is #21c14d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,193,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 #21c14d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21c14d


Comments

No comments written yet.

Please login to write comment.