Color Hex Logo

#224eac Color Hex

#224EAC
(34,78,172)
0 Favorites   0 Comments

Color spaces of #224eac

RGB 3478172
HSL0.610.670.40
HSV221°80°67°
CMYK 0.800.550.00   0.33
XYZ10.83058.767440.1512
Yxy8.76740.18130.1467
Hunter Lab29.609813.4736-59.6710
CIE-Lab35.532520.2811-54.5707

#224eac color RGB value is (34,78,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01001110 10101100
Octal 42 116 254
Decimal 34 78 172
Hex 22 4E AC

RGB Percentages of Color #224eac

%11.97
%27.46
%60.56

CMYK Percentages of Color #224eac

%80
%55
%0
%33

Triadic Colors of #224eac

#224eac #ac224e #4eac22

Analogous Colors of #224eac

#224eac #3b22ac #2293ac

Monochromatic Colors of #224eac

#224eac

Complementary Color

#224eac #ac8022

#224eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#224eac Color CSS Codes

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

#224eac Text Font Color

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

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


#224eac Background Color

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

This div background color is #224eac


#224eac Border Color

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

This div border color is #224eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224eac


Comments

No comments written yet.

Please login to write comment.