Color Hex Logo

#21d68c Color Hex

#21D68C
(33,214,140)
0 Favorites   0 Comments

Color spaces of #21d68c

RGB 33214140
HSL0.430.730.48
HSV155°85°84°
CMYK 0.850.000.35   0.16
XYZ29.407450.309932.9718
Yxy50.30990.26100.4464
Hunter Lab70.9295-50.120422.0895
CIE-Lab76.2591-59.492524.7628

#21d68c color RGB value is (33,214,140).

#21d68c hex color red value is 33, green value is 214 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #21d68c hue: 0.43 , saturation: 0.73 and the lightness value of 21d68c is 0.48.

The process color (four color CMYK) of #21d68c color hex is 0.85, 0.00, 0.35, 0.16. Web safe color of #21d68c is #33cc99. Color #21d68c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 11010110 10001100
Octal 41 326 214
Decimal 33 214 140
Hex 21 D6 8C

RGB Percentages of Color #21d68c

%8.53
%55.30
%36.18

CMYK Percentages of Color #21d68c

%85
%0
%35
%16

Triadic Colors of #21d68c

#21d68c #8c21d6 #d68c21

Analogous Colors of #21d68c

#21d68c #21c6d6 #21d632

Monochromatic Colors of #21d68c

#21d68c

Complementary Color

#21d68c #d6216b

#21d68c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21d68c Color Preview on White Background

Lorem ipsum dolor sit amet.

#21d68c Color CSS Codes

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

#21d68c Text Font Color

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

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


#21d68c Background Color

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

This div background color is #21d68c


#21d68c Border Color

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

This div border color is #21d68c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21d68c


Comments

No comments written yet.

Please login to write comment.