Color Hex Logo

#216cbb Color Hex

#216CBB
(33,108,187)
0 Favorites   0 Comments

Color spaces of #216cbb

RGB 33108187
HSL0.590.700.43
HSV211°82°73°
CMYK 0.820.420.00   0.27
XYZ14.959414.636349.0504
Yxy14.63630.19020.1861
Hunter Lab38.25742.8465-49.2364
CIE-Lab45.13206.4575-47.9172

#216cbb color RGB value is (33,108,187).

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

The process color (four color CMYK) of #216cbb color hex is 0.82, 0.42, 0.00, 0.27. Web safe color of #216cbb is #3366cc. Color #216cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01101100 10111011
Octal 41 154 273
Decimal 33 108 187
Hex 21 6C BB

RGB Percentages of Color #216cbb

%10.06
%32.93
%57.01

CMYK Percentages of Color #216cbb

%82
%42
%0
%27

Triadic Colors of #216cbb

#216cbb #bb216c #6cbb21

Analogous Colors of #216cbb

#216cbb #2321bb #21b9bb

Monochromatic Colors of #216cbb

#216cbb

Complementary Color

#216cbb #bb7021

#216cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#216cbb Color CSS Codes

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

#216cbb Text Font Color

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

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


#216cbb Background Color

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

This div background color is #216cbb


#216cbb Border Color

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

This div border color is #216cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216cbb


Comments

No comments written yet.

Please login to write comment.