Color Hex Logo

#224ef6 Color Hex

#224EF6
(34,78,246)
0 Favorites   0 Comments

Color spaces of #224ef6

RGB 3478246
HSL0.630.920.55
HSV228°86°96°
CMYK 0.860.680.00   0.04
XYZ20.018612.442788.5354
Yxy12.44270.16540.1028
Hunter Lab35.274239.5713-124.1211
CIE-Lab41.911247.8699-86.8264

#224ef6 color RGB value is (34,78,246).

#224ef6 hex color red value is 34, green value is 78 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #224ef6 hue: 0.63 , saturation: 0.92 and the lightness value of 224ef6 is 0.55.

The process color (four color CMYK) of #224ef6 color hex is 0.86, 0.68, 0.00, 0.04. Web safe color of #224ef6 is #3366ff. Color #224ef6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01001110 11110110
Octal 42 116 366
Decimal 34 78 246
Hex 22 4E F6

RGB Percentages of Color #224ef6

%9.50
%21.79
%68.72

CMYK Percentages of Color #224ef6

%86
%68
%0
%4

Triadic Colors of #224ef6

#224ef6 #f6224e #4ef622

Analogous Colors of #224ef6

#224ef6 #6022f6 #22b8f6

Monochromatic Colors of #224ef6

#224ef6

Complementary Color

#224ef6 #f6ca22

#224ef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224ef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#224ef6 Color CSS Codes

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

#224ef6 Text Font Color

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

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


#224ef6 Background Color

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

This div background color is #224ef6


#224ef6 Border Color

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

This div border color is #224ef6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224ef6


Comments

No comments written yet.

Please login to write comment.