Color Hex Logo

#21edff Color Hex

#21EDFF
(33,237,255)
0 Favorites   0 Comments

Color spaces of #21edff

RGB 33237255
HSL0.511.000.56
HSV185°87°100°
CMYK 0.870.070.00   0.00
XYZ48.961468.1117105.1741
Yxy68.11170.22030.3065
Hunter Lab82.5298-38.5308-17.7869
CIE-Lab86.0623-39.1106-21.7334

#21edff color RGB value is (33,237,255).

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

The process color (four color CMYK) of #21edff color hex is 0.87, 0.07, 0.00, 0.00. Web safe color of #21edff is #33ffff. Color #21edff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 11101101 11111111
Octal 41 355 377
Decimal 33 237 255
Hex 21 ED FF

RGB Percentages of Color #21edff

%6.29
%45.14
%48.57

CMYK Percentages of Color #21edff

%87
%7
%0
%0

Triadic Colors of #21edff

#21edff #ff21ed #edff21

Analogous Colors of #21edff

#21edff #217eff #21ffa2

Monochromatic Colors of #21edff

#21edff

Complementary Color

#21edff #ff3321

#21edff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21edff Color Preview on White Background

Lorem ipsum dolor sit amet.

#21edff Color CSS Codes

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

#21edff Text Font Color

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

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


#21edff Background Color

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

This div background color is #21edff


#21edff Border Color

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

This div border color is #21edff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21edff


Comments

No comments written yet.

Please login to write comment.