Color Hex Logo

#224dfc Color Hex

#224DFC
(34,77,252)
0 Favorites   0 Comments

Color spaces of #224dfc

RGB 3477252
HSL0.630.970.56
HSV228°87°99°
CMYK 0.870.690.00   0.01
XYZ20.884312.676193.4415
Yxy12.67610.16440.0998
Hunter Lab35.603542.3983-130.6843
CIE-Lab42.271150.5467-89.5922

#224dfc color RGB value is (34,77,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01001101 11111100
Octal 42 115 374
Decimal 34 77 252
Hex 22 4D FC

RGB Percentages of Color #224dfc

%9.37
%21.21
%69.42

CMYK Percentages of Color #224dfc

%87
%69
%0
%1

Triadic Colors of #224dfc

#224dfc #fc224d #4dfc22

Analogous Colors of #224dfc

#224dfc #6422fc #22bafc

Monochromatic Colors of #224dfc

#224dfc

Complementary Color

#224dfc #fcd122

#224dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#224dfc Color CSS Codes

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

#224dfc Text Font Color

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

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


#224dfc Background Color

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

This div background color is #224dfc


#224dfc Border Color

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

This div border color is #224dfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,77,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 #224dfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224dfc


Comments

No comments written yet.

Please login to write comment.