Color Hex Logo

#224ddd Color Hex

#224DDD
(34,77,221)
0 Favorites   0 Comments

Color spaces of #224ddd

RGB 3477221
HSL0.630.730.50
HSV226°85°87°
CMYK 0.850.650.00   0.13
XYZ16.364710.868369.6419
Yxy10.86830.16890.1122
Hunter Lab32.967130.9140-102.1712
CIE-Lab39.357839.5480-76.8747

#224ddd color RGB value is (34,77,221).

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

The process color (four color CMYK) of #224ddd color hex is 0.85, 0.65, 0.00, 0.13. Web safe color of #224ddd is #3366cc. Color #224ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01001101 11011101
Octal 42 115 335
Decimal 34 77 221
Hex 22 4D DD

RGB Percentages of Color #224ddd

%10.24
%23.19
%66.57

CMYK Percentages of Color #224ddd

%85
%65
%0
%13

Triadic Colors of #224ddd

#224ddd #dd224d #4ddd22

Analogous Colors of #224ddd

#224ddd #5422dd #22abdd

Monochromatic Colors of #224ddd

#224ddd

Complementary Color

#224ddd #ddb222

#224ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#224ddd Color CSS Codes

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

#224ddd Text Font Color

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

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


#224ddd Background Color

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

This div background color is #224ddd


#224ddd Border Color

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

This div border color is #224ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224ddd


Comments

No comments written yet.

Please login to write comment.