Color Hex Logo

#21d350 Color Hex

#21D350
(33,211,80)
0 Favorites   0 Comments

Color spaces of #21d350

RGB 3321180
HSL0.380.730.48
HSV136°84°83°
CMYK 0.840.000.62   0.17
XYZ25.369447.491115.4190
Yxy47.49110.28740.5380
Hunter Lab68.9138-54.887534.9739
CIE-Lab74.5028-68.169051.7927

#21d350 color RGB value is (33,211,80).

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

The process color (four color CMYK) of #21d350 color hex is 0.84, 0.00, 0.62, 0.17. Web safe color of #21d350 is #33cc66. Color #21d350 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 11010011 01010000
Octal 41 323 120
Decimal 33 211 80
Hex 21 D3 50

RGB Percentages of Color #21d350

%10.19
%65.12
%24.69

CMYK Percentages of Color #21d350

%84
%0
%62
%17

Triadic Colors of #21d350

#21d350 #5021d3 #d35021

Analogous Colors of #21d350

#21d350 #21d3a9 #4bd321

Monochromatic Colors of #21d350

#21d350

Complementary Color

#21d350 #d321a4

#21d350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21d350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#21d350 Color CSS Codes

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

#21d350 Text Font Color

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

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


#21d350 Background Color

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

This div background color is #21d350


#21d350 Border Color

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

This div border color is #21d350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21d350


Comments

No comments written yet.

Please login to write comment.