Color Hex Logo

#21c0eb Color Hex

#21C0EB
(33,192,235)
0 Favorites   0 Comments

Color spaces of #21c0eb

RGB 33192235
HSL0.540.830.53
HSV193°86°92°
CMYK 0.860.180.00   0.08
XYZ34.472244.020885.2772
Yxy44.02080.21050.2688
Hunter Lab66.3482-23.3669-29.7616
CIE-Lab72.2424-23.7835-32.2127

#21c0eb color RGB value is (33,192,235).

#21c0eb hex color red value is 33, green value is 192 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #21c0eb hue: 0.54 , saturation: 0.83 and the lightness value of 21c0eb is 0.53.

The process color (four color CMYK) of #21c0eb color hex is 0.86, 0.18, 0.00, 0.08. Web safe color of #21c0eb is #33ccff. Color #21c0eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 11000000 11101011
Octal 41 300 353
Decimal 33 192 235
Hex 21 C0 EB

RGB Percentages of Color #21c0eb

%7.17
%41.74
%51.09

CMYK Percentages of Color #21c0eb

%86
%18
%0
%8

Triadic Colors of #21c0eb

#21c0eb #eb21c0 #c0eb21

Analogous Colors of #21c0eb

#21c0eb #215beb #21ebb1

Monochromatic Colors of #21c0eb

#21c0eb

Complementary Color

#21c0eb #eb4c21

#21c0eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21c0eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#21c0eb Color CSS Codes

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

#21c0eb Text Font Color

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

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


#21c0eb Background Color

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

This div background color is #21c0eb


#21c0eb Border Color

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

This div border color is #21c0eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21c0eb


Comments

No comments written yet.

Please login to write comment.