Color Hex Logo

#216ecc Color Hex

#216ECC
(33,110,204)
0 Favorites   0 Comments

Color spaces of #216ecc

RGB 33110204
HSL0.590.720.46
HSV213°84°80°
CMYK 0.840.460.00   0.20
XYZ17.102215.834859.2818
Yxy15.83480.18550.1717
Hunter Lab39.79307.0780-60.4725
CIE-Lab46.757011.7721-55.1099

#216ecc color RGB value is (33,110,204).

#216ecc hex color red value is 33, green value is 110 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #216ecc hue: 0.59 , saturation: 0.72 and the lightness value of 216ecc is 0.46.

The process color (four color CMYK) of #216ecc color hex is 0.84, 0.46, 0.00, 0.20. Web safe color of #216ecc is #3366cc. Color #216ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01101110 11001100
Octal 41 156 314
Decimal 33 110 204
Hex 21 6E CC

RGB Percentages of Color #216ecc

%9.51
%31.70
%58.79

CMYK Percentages of Color #216ecc

%84
%46
%0
%20

Triadic Colors of #216ecc

#216ecc #cc216e #6ecc21

Analogous Colors of #216ecc

#216ecc #2a21cc #21c4cc

Monochromatic Colors of #216ecc

#216ecc

Complementary Color

#216ecc #cc7f21

#216ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#216ecc Color CSS Codes

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

#216ecc Text Font Color

<p style="color:#216ecc">Text here</p>

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


#216ecc Background Color

<div style="background-color:#216ecc">
Div content here</div>

This div background color is #216ecc


#216ecc Border Color

<div style="border:3px solid #216ecc">
Div here</div>

This div border color is #216ecc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,110,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #216ecc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #216ecc;
  -webkit-box-shadow: 1px 1px 3px 2px #216ecc;
  box-shadow:         1px 1px 3px 2px #216ecc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216ecc


Comments

No comments written yet.

Please login to write comment.