Color Hex Logo

#21ee9b Color Hex

#21EE9B
(33,238,155)
0 Favorites   0 Comments

Color spaces of #21ee9b

RGB 33238155
HSL0.430.860.53
HSV156°86°93°
CMYK 0.860.000.35   0.07
XYZ37.118163.839041.3762
Yxy63.83900.26080.4485
Hunter Lab79.8993-56.899725.2259
CIE-Lab83.8819-65.054727.3462

#21ee9b color RGB value is (33,238,155).

#21ee9b hex color red value is 33, green value is 238 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #21ee9b hue: 0.43 , saturation: 0.86 and the lightness value of 21ee9b is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 11101110 10011011
Octal 41 356 233
Decimal 33 238 155
Hex 21 EE 9B

RGB Percentages of Color #21ee9b

%7.75
%55.87
%36.38

CMYK Percentages of Color #21ee9b

%86
%0
%35
%7

Triadic Colors of #21ee9b

#21ee9b #9b21ee #ee9b21

Analogous Colors of #21ee9b

#21ee9b #21dbee #21ee35

Monochromatic Colors of #21ee9b

#21ee9b

Complementary Color

#21ee9b #ee2174

#21ee9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21ee9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#21ee9b Color CSS Codes

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

#21ee9b Text Font Color

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

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


#21ee9b Background Color

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

This div background color is #21ee9b


#21ee9b Border Color

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

This div border color is #21ee9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21ee9b


Comments

No comments written yet.

Please login to write comment.