Color Hex Logo

#214daa Color Hex

#214DAA
(33,77,170)
0 Favorites   0 Comments

Color spaces of #214daa

RGB 3377170
HSL0.610.670.40
HSV221°81°67°
CMYK 0.810.550.00   0.33
XYZ10.53688.533439.1220
Yxy8.53340.18110.1466
Hunter Lab29.212013.2642-58.9554
CIE-Lab35.069920.0638-54.1322

#214daa color RGB value is (33,77,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001101 10101010
Octal 41 115 252
Decimal 33 77 170
Hex 21 4D AA

RGB Percentages of Color #214daa

%11.79
%27.50
%60.71

CMYK Percentages of Color #214daa

%81
%55
%0
%33

Triadic Colors of #214daa

#214daa #aa214d #4daa21

Analogous Colors of #214daa

#214daa #3a21aa #2192aa

Monochromatic Colors of #214daa

#214daa

Complementary Color

#214daa #aa7e21

#214daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#214daa Color CSS Codes

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

#214daa Text Font Color

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

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


#214daa Background Color

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

This div background color is #214daa


#214daa Border Color

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

This div border color is #214daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214daa


Comments

No comments written yet.

Please login to write comment.