Color Hex Logo

#224fab Color Hex

#224FAB
(34,79,171)
0 Favorites   0 Comments

Color spaces of #224fab

RGB 3479171
HSL0.610.670.40
HSV220°80°67°
CMYK 0.800.540.00   0.33
XYZ10.80648.872339.6710
Yxy8.87230.18210.1495
Hunter Lab29.786412.6329-58.1149
CIE-Lab35.737319.2188-53.6437

#224fab color RGB value is (34,79,171).

#224fab hex color red value is 34, green value is 79 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #224fab hue: 0.61 , saturation: 0.67 and the lightness value of 224fab is 0.40.

The process color (four color CMYK) of #224fab color hex is 0.80, 0.54, 0.00, 0.33. Web safe color of #224fab is #336699. Color #224fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01001111 10101011
Octal 42 117 253
Decimal 34 79 171
Hex 22 4F AB

RGB Percentages of Color #224fab

%11.97
%27.82
%60.21

CMYK Percentages of Color #224fab

%80
%54
%0
%33

Triadic Colors of #224fab

#224fab #ab224f #4fab22

Analogous Colors of #224fab

#224fab #3922ab #2294ab

Monochromatic Colors of #224fab

#224fab

Complementary Color

#224fab #ab7e22

#224fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#224fab Color CSS Codes

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

#224fab Text Font Color

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

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


#224fab Background Color

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

This div background color is #224fab


#224fab Border Color

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

This div border color is #224fab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,79,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #224fab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #224fab;
  -webkit-box-shadow: 1px 1px 3px 2px #224fab;
  box-shadow:         1px 1px 3px 2px #224fab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224fab


Comments

No comments written yet.

Please login to write comment.