Color Hex Logo

#214caa Color Hex

#214CAA
(33,76,170)
0 Favorites   0 Comments

Color spaces of #214caa

RGB 3376170
HSL0.610.670.40
HSV221°81°67°
CMYK 0.810.550.00   0.33
XYZ10.46738.394539.0988
Yxy8.39450.18060.1448
Hunter Lab28.973313.7843-59.7293
CIE-Lab34.791320.7355-54.5845

#214caa color RGB value is (33,76,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001100 10101010
Octal 41 114 252
Decimal 33 76 170
Hex 21 4C AA

RGB Percentages of Color #214caa

%11.83
%27.24
%60.93

CMYK Percentages of Color #214caa

%81
%55
%0
%33

Triadic Colors of #214caa

#214caa #aa214c #4caa21

Analogous Colors of #214caa

#214caa #3b21aa #2191aa

Monochromatic Colors of #214caa

#214caa

Complementary Color

#214caa #aa7f21

#214caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#214caa Color CSS Codes

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

#214caa Text Font Color

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

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


#214caa Background Color

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

This div background color is #214caa


#214caa Border Color

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

This div border color is #214caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214caa


Comments

No comments written yet.

Please login to write comment.