Color Hex Logo

#21ffdb Color Hex

#21FFDB
(33,255,219)
0 Favorites   0 Comments

Color spaces of #21ffdb

RGB 33255219
HSL0.471.000.56
HSV170°87°100°
CMYK 0.870.000.14   0.00
XYZ49.173476.957879.2805
Yxy76.95780.23940.3747
Hunter Lab87.7256-53.46407.8256
CIE-Lab90.3022-56.80843.3516

#21ffdb color RGB value is (33,255,219).

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

The process color (four color CMYK) of #21ffdb color hex is 0.87, 0.00, 0.14, 0.00. Web safe color of #21ffdb is #33ffcc. Color #21ffdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 11111111 11011011
Octal 41 377 333
Decimal 33 255 219
Hex 21 FF DB

RGB Percentages of Color #21ffdb

%6.51
%50.30
%43.20

CMYK Percentages of Color #21ffdb

%87
%0
%14
%0

Triadic Colors of #21ffdb

#21ffdb #db21ff #ffdb21

Analogous Colors of #21ffdb

#21ffdb #21b4ff #21ff6c

Monochromatic Colors of #21ffdb

#21ffdb

Complementary Color

#21ffdb #ff2145

#21ffdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21ffdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#21ffdb Color CSS Codes

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

#21ffdb Text Font Color

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

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


#21ffdb Background Color

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

This div background color is #21ffdb


#21ffdb Border Color

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

This div border color is #21ffdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21ffdb


Comments

No comments written yet.

Please login to write comment.