Color Hex Logo

#214fad Color Hex

#214FAD
(33,79,173)
0 Favorites   0 Comments

Color spaces of #214fad

RGB 3379173
HSL0.610.680.40
HSV220°81°68°
CMYK 0.810.540.00   0.32
XYZ10.96608.932440.6813
Yxy8.93240.18100.1474
Hunter Lab29.887113.1917-59.7825
CIE-Lab35.853819.9030-54.6452

#214fad color RGB value is (33,79,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001111 10101101
Octal 41 117 255
Decimal 33 79 173
Hex 21 4F AD

RGB Percentages of Color #214fad

%11.58
%27.72
%60.70

CMYK Percentages of Color #214fad

%81
%54
%0
%32

Triadic Colors of #214fad

#214fad #ad214f #4fad21

Analogous Colors of #214fad

#214fad #3921ad #2195ad

Monochromatic Colors of #214fad

#214fad

Complementary Color

#214fad #ad7f21

#214fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#214fad Color CSS Codes

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

#214fad Text Font Color

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

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


#214fad Background Color

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

This div background color is #214fad


#214fad Border Color

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

This div border color is #214fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214fad


Comments

No comments written yet.

Please login to write comment.