Color Hex Logo

#21ffef Color Hex

#21FFEF
(33,255,239)
0 Favorites   0 Comments

Color spaces of #21ffef

RGB 33255239
HSL0.491.000.56
HSV176°87°100°
CMYK 0.870.000.06   0.00
XYZ51.967278.075393.9924
Yxy78.07530.23200.3485
Hunter Lab88.3602-49.6494-1.2170
CIE-Lab90.8143-51.5535-6.2699

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 11111111 11101111
Octal 41 377 357
Decimal 33 255 239
Hex 21 FF EF

RGB Percentages of Color #21ffef

%6.26
%48.39
%45.35

CMYK Percentages of Color #21ffef

%87
%0
%6
%0

Triadic Colors of #21ffef

#21ffef #ef21ff #ffef21

Analogous Colors of #21ffef

#21ffef #21a0ff #21ff80

Monochromatic Colors of #21ffef

#21ffef

Complementary Color

#21ffef #ff2131

#21ffef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21ffef Color Preview on White Background

Lorem ipsum dolor sit amet.

#21ffef Color CSS Codes

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

#21ffef Text Font Color

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

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


#21ffef Background Color

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

This div background color is #21ffef


#21ffef Border Color

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

This div border color is #21ffef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21ffef

Related Colors


Comments

No comments written yet.

Please login to write comment.