Color Hex Logo

#224cfc Color Hex

#224CFC
(34,76,252)
0 Favorites   0 Comments

Color spaces of #224cfc

RGB 3476252
HSL0.630.970.56
HSV228°87°99°
CMYK 0.870.700.00   0.01
XYZ20.814812.537293.4183
Yxy12.53720.16420.0989
Hunter Lab35.407942.9687-131.6420
CIE-Lab42.057551.1324-89.9448

#224cfc color RGB value is (34,76,252).

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

The process color (four color CMYK) of #224cfc color hex is 0.87, 0.70, 0.00, 0.01. Web safe color of #224cfc is #3333ff. Color #224cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01001100 11111100
Octal 42 114 374
Decimal 34 76 252
Hex 22 4C FC

RGB Percentages of Color #224cfc

%9.39
%20.99
%69.61

CMYK Percentages of Color #224cfc

%87
%70
%0
%1

Triadic Colors of #224cfc

#224cfc #fc224c #4cfc22

Analogous Colors of #224cfc

#224cfc #6522fc #22b9fc

Monochromatic Colors of #224cfc

#224cfc

Complementary Color

#224cfc #fcd222

#224cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#224cfc Color CSS Codes

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

#224cfc Text Font Color

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

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


#224cfc Background Color

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

This div background color is #224cfc


#224cfc Border Color

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

This div border color is #224cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224cfc


Comments

No comments written yet.

Please login to write comment.