Color Hex Logo

#214eaa Color Hex

#214EAA
(33,78,170)
0 Favorites   0 Comments

Color spaces of #214eaa

RGB 3378170
HSL0.610.670.40
HSV220°81°67°
CMYK 0.810.540.00   0.33
XYZ10.60738.674439.1455
Yxy8.67440.18150.1485
Hunter Lab29.452312.7454-58.1865
CIE-Lab35.349719.3925-53.6784

#214eaa color RGB value is (33,78,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001110 10101010
Octal 41 116 252
Decimal 33 78 170
Hex 21 4E AA

RGB Percentages of Color #214eaa

%11.74
%27.76
%60.50

CMYK Percentages of Color #214eaa

%81
%54
%0
%33

Triadic Colors of #214eaa

#214eaa #aa214e #4eaa21

Analogous Colors of #214eaa

#214eaa #3821aa #2193aa

Monochromatic Colors of #214eaa

#214eaa

Complementary Color

#214eaa #aa7d21

#214eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#214eaa Color CSS Codes

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

#214eaa Text Font Color

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

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


#214eaa Background Color

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

This div background color is #214eaa


#214eaa Border Color

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

This div border color is #214eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214eaa


Comments

No comments written yet.

Please login to write comment.