Color Hex Logo

#216ccc Color Hex

#216CCC
(33,108,204)
0 Favorites   0 Comments

Color spaces of #216ccc

RGB 33108204
HSL0.590.720.46
HSV214°84°80°
CMYK 0.840.470.00   0.20
XYZ16.888815.408159.2107
Yxy15.40810.18460.1684
Hunter Lab39.25328.1072-61.9577
CIE-Lab46.188213.0450-56.0253

#216ccc color RGB value is (33,108,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01101100 11001100
Octal 41 154 314
Decimal 33 108 204
Hex 21 6C CC

RGB Percentages of Color #216ccc

%9.57
%31.30
%59.13

CMYK Percentages of Color #216ccc

%84
%47
%0
%20

Triadic Colors of #216ccc

#216ccc #cc216c #6ccc21

Analogous Colors of #216ccc

#216ccc #2b21cc #21c2cc

Monochromatic Colors of #216ccc

#216ccc

Complementary Color

#216ccc #cc8121

#216ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#216ccc Color CSS Codes

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

#216ccc Text Font Color

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

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


#216ccc Background Color

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

This div background color is #216ccc


#216ccc Border Color

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

This div border color is #216ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216ccc


Comments

No comments written yet.

Please login to write comment.