Color Hex Logo

#214449 Color Hex

#214449
(33,68,73)
0 Favorites   0 Comments

Color spaces of #214449

RGB 336873
HSL0.520.380.21
HSV188°55°29°
CMYK 0.550.070.00   0.71
XYZ3.89694.93867.0512
Yxy4.93860.24530.3109
Hunter Lab22.2230-7.5894-3.2563
CIE-Lab26.5591-11.0340-6.9374

#214449 color RGB value is (33,68,73).

#214449 hex color red value is 33, green value is 68 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #214449 hue: 0.52 , saturation: 0.38 and the lightness value of 214449 is 0.21.

The process color (four color CMYK) of #214449 color hex is 0.55, 0.07, 0.00, 0.71. Web safe color of #214449 is #333333. Color #214449 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01000100 01001001
Octal 41 104 111
Decimal 33 68 73
Hex 21 44 49

RGB Percentages of Color #214449

%18.97
%39.08
%41.95

CMYK Percentages of Color #214449

%55
%7
%0
%71

Triadic Colors of #214449

#214449 #492144 #444921

Analogous Colors of #214449

#214449 #213049 #21493a

Monochromatic Colors of #214449

#214449

Complementary Color

#214449 #492621

#214449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#214449 Color CSS Codes

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

#214449 Text Font Color

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

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


#214449 Background Color

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

This div background color is #214449


#214449 Border Color

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

This div border color is #214449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214449


Comments

No comments written yet.

Please login to write comment.