Color Hex Logo

#21ff6b Color Hex

#21FF6B
(33,255,107)
0 Favorites   0 Comments

Color spaces of #21ff6b

RGB 33255107
HSL0.391.000.56
HSV140°87°100°
CMYK 0.870.000.58   0.00
XYZ39.041072.904925.9243
Yxy72.90490.28320.5288
Hunter Lab85.3844-67.805641.7675
CIE-Lab88.4023-78.334456.0448

#21ff6b color RGB value is (33,255,107).

#21ff6b hex color red value is 33, green value is 255 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #21ff6b hue: 0.39 , saturation: 1.00 and the lightness value of 21ff6b is 0.56.

The process color (four color CMYK) of #21ff6b color hex is 0.87, 0.00, 0.58, 0.00. Web safe color of #21ff6b is #33ff66. Color #21ff6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 11111111 01101011
Octal 41 377 153
Decimal 33 255 107
Hex 21 FF 6B

RGB Percentages of Color #21ff6b

%8.35
%64.56
%27.09

CMYK Percentages of Color #21ff6b

%87
%0
%58
%0

Triadic Colors of #21ff6b

#21ff6b #6b21ff #ff6b21

Analogous Colors of #21ff6b

#21ff6b #21ffda #46ff21

Monochromatic Colors of #21ff6b

#21ff6b

Complementary Color

#21ff6b #ff21b5

#21ff6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21ff6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#21ff6b Color CSS Codes

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

#21ff6b Text Font Color

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

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


#21ff6b Background Color

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

This div background color is #21ff6b


#21ff6b Border Color

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

This div border color is #21ff6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21ff6b


Comments

No comments written yet.

Please login to write comment.