Color Hex Logo

#21efdb Color Hex

#21EFDB
(33,239,219)
0 Favorites   0 Comments

Color spaces of #21efdb

RGB 33239219
HSL0.480.870.53
HSV174°86°94°
CMYK 0.860.000.08   0.06
XYZ44.279967.170877.6493
Yxy67.17080.23420.3552
Hunter Lab81.9578-46.98671.1973
CIE-Lab85.5901-50.2805-3.5300

#21efdb color RGB value is (33,239,219).

#21efdb hex color red value is 33, green value is 239 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #21efdb hue: 0.48 , saturation: 0.87 and the lightness value of 21efdb is 0.53.

The process color (four color CMYK) of #21efdb color hex is 0.86, 0.00, 0.08, 0.06. Web safe color of #21efdb is #33ffcc. Color #21efdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 11101111 11011011
Octal 41 357 333
Decimal 33 239 219
Hex 21 EF DB

RGB Percentages of Color #21efdb

%6.72
%48.68
%44.60

CMYK Percentages of Color #21efdb

%86
%0
%8
%6

Triadic Colors of #21efdb

#21efdb #db21ef #efdb21

Analogous Colors of #21efdb

#21efdb #219cef #21ef74

Monochromatic Colors of #21efdb

#21efdb

Complementary Color

#21efdb #ef2135

#21efdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21efdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#21efdb Color CSS Codes

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

#21efdb Text Font Color

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

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


#21efdb Background Color

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

This div background color is #21efdb


#21efdb Border Color

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

This div border color is #21efdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,239,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 #21efdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21efdb


Comments

No comments written yet.

Please login to write comment.