Color Hex Logo

#214460 Color Hex

#214460
(33,68,96)
0 Favorites   0 Comments

Color spaces of #214460

RGB 336896
HSL0.570.490.25
HSV207°66°38°
CMYK 0.660.290.00   0.62
XYZ4.80565.302111.8365
Yxy5.30210.21900.2416
Hunter Lab23.0263-3.0430-14.3592
CIE-Lab27.5787-2.9521-20.3162

#214460 color RGB value is (33,68,96).

#214460 hex color red value is 33, green value is 68 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #214460 hue: 0.57 , saturation: 0.49 and the lightness value of 214460 is 0.25.

The process color (four color CMYK) of #214460 color hex is 0.66, 0.29, 0.00, 0.62. Web safe color of #214460 is #333366. Color #214460 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01000100 01100000
Octal 41 104 140
Decimal 33 68 96
Hex 21 44 60

RGB Percentages of Color #214460

%16.75
%34.52
%48.73

CMYK Percentages of Color #214460

%66
%29
%0
%62

Triadic Colors of #214460

#214460 #602144 #446021

Analogous Colors of #214460

#214460 #212560 #21605d

Monochromatic Colors of #214460

#214460

Complementary Color

#214460 #603d21

#214460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#214460 Color CSS Codes

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

#214460 Text Font Color

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

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


#214460 Background Color

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

This div background color is #214460


#214460 Border Color

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

This div border color is #214460


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,68,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #214460; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #214460;
  -webkit-box-shadow: 1px 1px 3px 2px #214460;
  box-shadow:         1px 1px 3px 2px #214460; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214460


Comments

No comments written yet.

Please login to write comment.