Color Hex Logo

#21efde Color Hex

#21EFDE
(33,239,222)
0 Favorites   0 Comments

Color spaces of #21efde

RGB 33239222
HSL0.490.870.53
HSV175°86°94°
CMYK 0.860.000.07   0.06
XYZ44.678567.330379.7485
Yxy67.33030.23300.3511
Hunter Lab82.0550-46.4041-0.1848
CIE-Lab85.6705-49.4672-4.9874

#21efde color RGB value is (33,239,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 11101111 11011110
Octal 41 357 336
Decimal 33 239 222
Hex 21 EF DE

RGB Percentages of Color #21efde

%6.68
%48.38
%44.94

CMYK Percentages of Color #21efde

%86
%0
%7
%6

Triadic Colors of #21efde

#21efde #de21ef #efde21

Analogous Colors of #21efde

#21efde #2199ef #21ef77

Monochromatic Colors of #21efde

#21efde

Complementary Color

#21efde #ef2132

#21efde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21efde Color Preview on White Background

Lorem ipsum dolor sit amet.

#21efde Color CSS Codes

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

#21efde Text Font Color

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

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


#21efde Background Color

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

This div background color is #21efde


#21efde Border Color

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

This div border color is #21efde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21efde


Comments

No comments written yet.

Please login to write comment.