Color Hex Logo

#21d93a Color Hex

#21D93A
(33,217,58)
0 Favorites   0 Comments

Color spaces of #21d93a

RGB 3321758
HSL0.360.740.49
HSV128°85°85°
CMYK 0.850.000.73   0.15
XYZ26.203850.254512.3220
Yxy50.25450.29520.5661
Hunter Lab70.8904-58.077839.3176
CIE-Lab76.2252-72.101762.2695

#21d93a color RGB value is (33,217,58).

#21d93a hex color red value is 33, green value is 217 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #21d93a hue: 0.36 , saturation: 0.74 and the lightness value of 21d93a is 0.49.

The process color (four color CMYK) of #21d93a color hex is 0.85, 0.00, 0.73, 0.15. Web safe color of #21d93a is #33cc33. Color #21d93a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 11011001 00111010
Octal 41 331 72
Decimal 33 217 58
Hex 21 D9 3A

RGB Percentages of Color #21d93a

%10.71
%70.45
%18.83

CMYK Percentages of Color #21d93a

%85
%0
%73
%15

Triadic Colors of #21d93a

#21d93a #3a21d9 #d93a21

Analogous Colors of #21d93a

#21d93a #21d996 #64d921

Monochromatic Colors of #21d93a

#21d93a

Complementary Color

#21d93a #d921c0

#21d93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21d93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#21d93a Color CSS Codes

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

#21d93a Text Font Color

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

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


#21d93a Background Color

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

This div background color is #21d93a


#21d93a Border Color

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

This div border color is #21d93a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21d93a


Comments

No comments written yet.

Please login to write comment.