Color Hex Logo

#21efef Color Hex

#21EFEF
(33,239,239)
0 Favorites   0 Comments

Color spaces of #21efef

RGB 33239239
HSL0.500.870.53
HSV180°86°94°
CMYK 0.860.000.00   0.06
XYZ47.073768.288392.3613
Yxy68.28830.22660.3287
Hunter Lab82.6367-42.9324-8.4214
CIE-Lab86.1504-44.7092-13.2030

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 11101111 11101111
Octal 41 357 357
Decimal 33 239 239
Hex 21 EF EF

RGB Percentages of Color #21efef

%6.46
%46.77
%46.77

CMYK Percentages of Color #21efef

%86
%0
%0
%6

Triadic Colors of #21efef

#21efef #ef21ef #efef21

Analogous Colors of #21efef

#21efef #2188ef #21ef88

Monochromatic Colors of #21efef

#21efef

Complementary Color

#21efef #ef2121

#21efef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21efef Color Preview on White Background

Lorem ipsum dolor sit amet.

#21efef Color CSS Codes

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

#21efef Text Font Color

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

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


#21efef Background Color

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

This div background color is #21efef


#21efef Border Color

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

This div border color is #21efef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21efef


Comments

No comments written yet.

Please login to write comment.