Color Hex Logo

#216eaa Color Hex

#216EAA
(33,110,170)
0 Favorites   0 Comments

Color spaces of #216eaa

RGB 33110170
HSL0.570.670.40
HSV206°81°67°
CMYK 0.810.350.00   0.33
XYZ13.458814.377540.0960
Yxy14.37750.19810.2116
Hunter Lab37.9177-2.9977-36.1538
CIE-Lab44.7695-1.3266-38.5791

#216eaa color RGB value is (33,110,170).

#216eaa hex color red value is 33, green value is 110 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #216eaa hue: 0.57 , saturation: 0.67 and the lightness value of 216eaa is 0.40.

The process color (four color CMYK) of #216eaa color hex is 0.81, 0.35, 0.00, 0.33. Web safe color of #216eaa is #336699. Color #216eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01101110 10101010
Octal 41 156 252
Decimal 33 110 170
Hex 21 6E AA

RGB Percentages of Color #216eaa

%10.54
%35.14
%54.31

CMYK Percentages of Color #216eaa

%81
%35
%0
%33

Triadic Colors of #216eaa

#216eaa #aa216e #6eaa21

Analogous Colors of #216eaa

#216eaa #212aaa #21aaa2

Monochromatic Colors of #216eaa

#216eaa

Complementary Color

#216eaa #aa5d21

#216eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#216eaa Color CSS Codes

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

#216eaa Text Font Color

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

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


#216eaa Background Color

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

This div background color is #216eaa


#216eaa Border Color

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

This div border color is #216eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216eaa


Comments

No comments written yet.

Please login to write comment.