Color Hex Logo

#21d001 Color Hex

#21D001
(33,208,1)
0 Favorites   0 Comments

Color spaces of #21d001

RGB 332081
HSL0.310.990.41
HSV111°100°82°
CMYK 0.840.001.00   0.18
XYZ23.188645.43737.5768
Yxy45.43730.30430.5963
Hunter Lab67.4072-56.557240.5206
CIE-Lab73.1789-71.964771.4936

#21d001 color RGB value is (33,208,1).

#21d001 hex color red value is 33, green value is 208 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #21d001 hue: 0.31 , saturation: 0.99 and the lightness value of 21d001 is 0.41.

The process color (four color CMYK) of #21d001 color hex is 0.84, 0.00, 1.00, 0.18. Web safe color of #21d001 is #33cc00. Color #21d001 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 11010000 00000001
Octal 41 320 1
Decimal 33 208 1
Hex 21 D0 1

RGB Percentages of Color #21d001

%13.64
%85.95
%0.41

CMYK Percentages of Color #21d001

%84
%0
%100
%18

Triadic Colors of #21d001

#21d001 #0121d0 #d00121

Analogous Colors of #21d001

#21d001 #01d049 #89d001

Monochromatic Colors of #21d001

#21d001

Complementary Color

#21d001 #b001d0

#21d001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21d001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#21d001 Color CSS Codes

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

#21d001 Text Font Color

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

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


#21d001 Background Color

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

This div background color is #21d001


#21d001 Border Color

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

This div border color is #21d001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21d001


Comments

No comments written yet.

Please login to write comment.