Color Hex Logo

#21edda Color Hex

#21EDDA
(33,237,218)
0 Favorites   0 Comments

Color spaces of #21edda

RGB 33237218
HSL0.480.850.53
HSV174°86°93°
CMYK 0.860.000.08   0.07
XYZ43.566365.953776.7638
Yxy65.95370.23390.3540
Hunter Lab81.2119-46.36410.8057
CIE-Lab84.9728-49.7130-3.9126

#21edda color RGB value is (33,237,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 11101101 11011010
Octal 41 355 332
Decimal 33 237 218
Hex 21 ED DA

RGB Percentages of Color #21edda

%6.76
%48.57
%44.67

CMYK Percentages of Color #21edda

%86
%0
%8
%7

Triadic Colors of #21edda

#21edda #da21ed #edda21

Analogous Colors of #21edda

#21edda #219aed #21ed74

Monochromatic Colors of #21edda

#21edda

Complementary Color

#21edda #ed2134

#21edda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21edda Color Preview on White Background

Lorem ipsum dolor sit amet.

#21edda Color CSS Codes

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

#21edda Text Font Color

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

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


#21edda Background Color

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

This div background color is #21edda


#21edda Border Color

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

This div border color is #21edda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21edda


Comments

No comments written yet.

Please login to write comment.