Color Hex Logo

#21c7eb Color Hex

#21C7EB
(33,199,235)
0 Favorites   0 Comments

Color spaces of #21c7eb

RGB 33199235
HSL0.530.830.53
HSV191°86°92°
CMYK 0.860.150.00   0.08
XYZ36.046047.168385.8018
Yxy47.16830.21330.2791
Hunter Lab68.6792-26.5035-25.9963
CIE-Lab74.2973-27.2950-29.0470

#21c7eb color RGB value is (33,199,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 11000111 11101011
Octal 41 307 353
Decimal 33 199 235
Hex 21 C7 EB

RGB Percentages of Color #21c7eb

%7.07
%42.61
%50.32

CMYK Percentages of Color #21c7eb

%86
%15
%0
%8

Triadic Colors of #21c7eb

#21c7eb #eb21c7 #c7eb21

Analogous Colors of #21c7eb

#21c7eb #2162eb #21ebaa

Monochromatic Colors of #21c7eb

#21c7eb

Complementary Color

#21c7eb #eb4521

#21c7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21c7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#21c7eb Color CSS Codes

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

#21c7eb Text Font Color

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

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


#21c7eb Background Color

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

This div background color is #21c7eb


#21c7eb Border Color

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

This div border color is #21c7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21c7eb


Comments

No comments written yet.

Please login to write comment.