Color Hex Logo

#224dcc Color Hex

#224DCC
(34,77,204)
0 Favorites   0 Comments

Color spaces of #224dcc

RGB 3477204
HSL0.620.710.47
HSV225°83°80°
CMYK 0.830.620.00   0.20
XYZ14.212610.007558.3093
Yxy10.00750.17220.1213
Hunter Lab31.634624.8347-87.1397
CIE-Lab37.855933.2508-69.5587

#224dcc color RGB value is (34,77,204).

#224dcc hex color red value is 34, green value is 77 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #224dcc hue: 0.62 , saturation: 0.71 and the lightness value of 224dcc is 0.47.

The process color (four color CMYK) of #224dcc color hex is 0.83, 0.62, 0.00, 0.20. Web safe color of #224dcc is #3366cc. Color #224dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01001101 11001100
Octal 42 115 314
Decimal 34 77 204
Hex 22 4D CC

RGB Percentages of Color #224dcc

%10.79
%24.44
%64.76

CMYK Percentages of Color #224dcc

%83
%62
%0
%20

Triadic Colors of #224dcc

#224dcc #cc224d #4dcc22

Analogous Colors of #224dcc

#224dcc #4c22cc #22a2cc

Monochromatic Colors of #224dcc

#224dcc

Complementary Color

#224dcc #cca122

#224dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#224dcc Color CSS Codes

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

#224dcc Text Font Color

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

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


#224dcc Background Color

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

This div background color is #224dcc


#224dcc Border Color

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

This div border color is #224dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224dcc


Comments

No comments written yet.

Please login to write comment.