Color Hex Logo

#224abe Color Hex

#224ABE
(34,74,190)
0 Favorites   0 Comments

Color spaces of #224abe

RGB 3474190
HSL0.620.700.44
HSV225°82°75°
CMYK 0.820.610.00   0.25
XYZ12.40278.955349.7901
Yxy8.95530.17430.1259
Hunter Lab29.925421.6105-77.6993
CIE-Lab35.898129.9091-64.6046

#224abe color RGB value is (34,74,190).

#224abe hex color red value is 34, green value is 74 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #224abe hue: 0.62 , saturation: 0.70 and the lightness value of 224abe is 0.44.

The process color (four color CMYK) of #224abe color hex is 0.82, 0.61, 0.00, 0.25. Web safe color of #224abe is #3333cc. Color #224abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01001010 10111110
Octal 42 112 276
Decimal 34 74 190
Hex 22 4A BE

RGB Percentages of Color #224abe

%11.41
%24.83
%63.76

CMYK Percentages of Color #224abe

%82
%61
%0
%25

Triadic Colors of #224abe

#224abe #be224a #4abe22

Analogous Colors of #224abe

#224abe #4822be #2298be

Monochromatic Colors of #224abe

#224abe

Complementary Color

#224abe #be9622

#224abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#224abe Color CSS Codes

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

#224abe Text Font Color

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

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


#224abe Background Color

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

This div background color is #224abe


#224abe Border Color

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

This div border color is #224abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224abe


Comments

No comments written yet.

Please login to write comment.