Color Hex Logo

#224cef Color Hex

#224CEF
(34,76,239)
0 Favorites   0 Comments

Color spaces of #224cef

RGB 3476239
HSL0.630.860.54
HSV228°86°94°
CMYK 0.860.680.00   0.06
XYZ18.824111.741082.9354
Yxy11.74100.16590.1034
Hunter Lab34.265138.0978-119.5200
CIE-Lab40.801546.6146-84.7179

#224cef color RGB value is (34,76,239).

#224cef hex color red value is 34, green value is 76 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #224cef hue: 0.63 , saturation: 0.86 and the lightness value of 224cef is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01001100 11101111
Octal 42 114 357
Decimal 34 76 239
Hex 22 4C EF

RGB Percentages of Color #224cef

%9.74
%21.78
%68.48

CMYK Percentages of Color #224cef

%86
%68
%0
%6

Triadic Colors of #224cef

#224cef #ef224c #4cef22

Analogous Colors of #224cef

#224cef #5e22ef #22b3ef

Monochromatic Colors of #224cef

#224cef

Complementary Color

#224cef #efc522

#224cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#224cef Color CSS Codes

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

#224cef Text Font Color

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

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


#224cef Background Color

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

This div background color is #224cef


#224cef Border Color

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

This div border color is #224cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224cef


Comments

No comments written yet.

Please login to write comment.