Color Hex Logo

#214a4d Color Hex

#214A4D
(33,74,77)
0 Favorites   0 Comments

Color spaces of #214a4d

RGB 337477
HSL0.510.400.22
HSV184°57°30°
CMYK 0.570.040.00   0.70
XYZ4.41555.75677.8996
Yxy5.75670.24430.3185
Hunter Lab23.9931-9.1383-2.7257
CIE-Lab28.7902-13.3186-6.1908

#214a4d color RGB value is (33,74,77).

#214a4d hex color red value is 33, green value is 74 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #214a4d hue: 0.51 , saturation: 0.40 and the lightness value of 214a4d is 0.22.

The process color (four color CMYK) of #214a4d color hex is 0.57, 0.04, 0.00, 0.70. Web safe color of #214a4d is #333366. Color #214a4d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001010 01001101
Octal 41 112 115
Decimal 33 74 77
Hex 21 4A 4D

RGB Percentages of Color #214a4d

%17.93
%40.22
%41.85

CMYK Percentages of Color #214a4d

%57
%4
%0
%70

Triadic Colors of #214a4d

#214a4d #4d214a #4a4d21

Analogous Colors of #214a4d

#214a4d #21344d #214d3a

Monochromatic Colors of #214a4d

#214a4d

Complementary Color

#214a4d #4d2421

#214a4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214a4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#214a4d Color CSS Codes

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

#214a4d Text Font Color

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

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


#214a4d Background Color

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

This div background color is #214a4d


#214a4d Border Color

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

This div border color is #214a4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214a4d


Comments

No comments written yet.

Please login to write comment.