Color Hex Logo

#214dae Color Hex

#214DAE
(33,77,174)
0 Favorites   0 Comments

Color spaces of #214dae

RGB 3377174
HSL0.610.680.41
HSV221°81°68°
CMYK 0.810.560.00   0.32
XYZ10.92118.687141.1456
Yxy8.68710.17980.1430
Hunter Lab29.473914.5612-62.1372
CIE-Lab35.374721.6354-56.0171

#214dae color RGB value is (33,77,174).

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

The process color (four color CMYK) of #214dae color hex is 0.81, 0.56, 0.00, 0.32. Web safe color of #214dae is #336699. Color #214dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001101 10101110
Octal 41 115 256
Decimal 33 77 174
Hex 21 4D AE

RGB Percentages of Color #214dae

%11.62
%27.11
%61.27

CMYK Percentages of Color #214dae

%81
%56
%0
%32

Triadic Colors of #214dae

#214dae #ae214d #4dae21

Analogous Colors of #214dae

#214dae #3b21ae #2194ae

Monochromatic Colors of #214dae

#214dae

Complementary Color

#214dae #ae8221

#214dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#214dae Color CSS Codes

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

#214dae Text Font Color

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

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


#214dae Background Color

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

This div background color is #214dae


#214dae Border Color

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

This div border color is #214dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214dae


Comments

No comments written yet.

Please login to write comment.