Color Hex Logo

#224ddf Color Hex

#224DDF
(34,77,223)
0 Favorites   0 Comments

Color spaces of #224ddf

RGB 3477223
HSL0.630.750.50
HSV226°85°87°
CMYK 0.850.650.00   0.13
XYZ16.632810.975571.0539
Yxy10.97550.16860.1112
Hunter Lab33.129331.6410-103.9715
CIE-Lab39.539240.2769-77.7188

#224ddf color RGB value is (34,77,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01001101 11011111
Octal 42 115 337
Decimal 34 77 223
Hex 22 4D DF

RGB Percentages of Color #224ddf

%10.18
%23.05
%66.77

CMYK Percentages of Color #224ddf

%85
%65
%0
%13

Triadic Colors of #224ddf

#224ddf #df224d #4ddf22

Analogous Colors of #224ddf

#224ddf #5522df #22acdf

Monochromatic Colors of #224ddf

#224ddf

Complementary Color

#224ddf #dfb422

#224ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#224ddf Color CSS Codes

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

#224ddf Text Font Color

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

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


#224ddf Background Color

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

This div background color is #224ddf


#224ddf Border Color

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

This div border color is #224ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224ddf


Comments

No comments written yet.

Please login to write comment.