Color Hex Logo

#214cac Color Hex

#214CAC
(33,76,172)
0 Favorites   0 Comments

Color spaces of #214cac

RGB 3376172
HSL0.620.680.40
HSV221°81°67°
CMYK 0.810.560.00   0.33
XYZ10.65808.470840.1030
Yxy8.47080.17990.1430
Hunter Lab29.104614.4329-61.3219
CIE-Lab34.944821.5208-55.5267

#214cac color RGB value is (33,76,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001100 10101100
Octal 41 114 254
Decimal 33 76 172
Hex 21 4C AC

RGB Percentages of Color #214cac

%11.74
%27.05
%61.21

CMYK Percentages of Color #214cac

%81
%56
%0
%33

Triadic Colors of #214cac

#214cac #ac214c #4cac21

Analogous Colors of #214cac

#214cac #3c21ac #2192ac

Monochromatic Colors of #214cac

#214cac

Complementary Color

#214cac #ac8121

#214cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#214cac Color CSS Codes

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

#214cac Text Font Color

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

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


#214cac Background Color

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

This div background color is #214cac


#214cac Border Color

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

This div border color is #214cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214cac


Comments

No comments written yet.

Please login to write comment.