Color Hex Logo

#216cec Color Hex

#216CEC
(33,108,236)
0 Favorites   0 Comments

Color spaces of #216cec

RGB 33108236
HSL0.610.840.53
HSV218°86°93°
CMYK 0.860.540.00   0.07
XYZ21.130117.104681.5447
Yxy17.10460.17640.1428
Hunter Lab41.357718.8216-87.9513
CIE-Lab48.391625.3444-70.6049

#216cec color RGB value is (33,108,236).

#216cec hex color red value is 33, green value is 108 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #216cec hue: 0.61 , saturation: 0.84 and the lightness value of 216cec is 0.53.

The process color (four color CMYK) of #216cec color hex is 0.86, 0.54, 0.00, 0.07. Web safe color of #216cec is #3366ff. Color #216cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01101100 11101100
Octal 41 154 354
Decimal 33 108 236
Hex 21 6C EC

RGB Percentages of Color #216cec

%8.75
%28.65
%62.60

CMYK Percentages of Color #216cec

%86
%54
%0
%7

Triadic Colors of #216cec

#216cec #ec216c #6cec21

Analogous Colors of #216cec

#216cec #3c21ec #21d2ec

Monochromatic Colors of #216cec

#216cec

Complementary Color

#216cec #eca121

#216cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#216cec Color CSS Codes

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

#216cec Text Font Color

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

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


#216cec Background Color

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

This div background color is #216cec


#216cec Border Color

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

This div border color is #216cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216cec


Comments

No comments written yet.

Please login to write comment.