Color Hex Logo

#216ebe Color Hex

#216EBE
(33,110,190)
0 Favorites   0 Comments

Color spaces of #216ebe

RGB 33110190
HSL0.580.700.44
HSV211°83°75°
CMYK 0.830.420.00   0.25
XYZ15.497415.192950.8309
Yxy15.19290.19010.1864
Hunter Lab38.97812.7587-50.0348
CIE-Lab45.89736.3570-48.4308

#216ebe color RGB value is (33,110,190).

#216ebe hex color red value is 33, green value is 110 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #216ebe hue: 0.58 , saturation: 0.70 and the lightness value of 216ebe is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01101110 10111110
Octal 41 156 276
Decimal 33 110 190
Hex 21 6E BE

RGB Percentages of Color #216ebe

%9.91
%33.03
%57.06

CMYK Percentages of Color #216ebe

%83
%42
%0
%25

Triadic Colors of #216ebe

#216ebe #be216e #6ebe21

Analogous Colors of #216ebe

#216ebe #2221be #21bdbe

Monochromatic Colors of #216ebe

#216ebe

Complementary Color

#216ebe #be7121

#216ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#216ebe Color CSS Codes

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

#216ebe Text Font Color

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

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


#216ebe Background Color

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

This div background color is #216ebe


#216ebe Border Color

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

This div border color is #216ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216ebe


Comments

No comments written yet.

Please login to write comment.