Color Hex Logo

#224dbd Color Hex

#224DBD
(34,77,189)
0 Favorites   0 Comments

Color spaces of #224dbd

RGB 3477189
HSL0.620.700.44
HSV223°82°74°
CMYK 0.820.590.00   0.26
XYZ12.49899.322049.2847
Yxy9.32200.17580.1311
Hunter Lab30.532019.6418-74.3336
CIE-Lab36.597027.5506-62.8764

#224dbd color RGB value is (34,77,189).

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

The process color (four color CMYK) of #224dbd color hex is 0.82, 0.59, 0.00, 0.26. Web safe color of #224dbd is #3366cc. Color #224dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01001101 10111101
Octal 42 115 275
Decimal 34 77 189
Hex 22 4D BD

RGB Percentages of Color #224dbd

%11.33
%25.67
%63.00

CMYK Percentages of Color #224dbd

%82
%59
%0
%26

Triadic Colors of #224dbd

#224dbd #bd224d #4dbd22

Analogous Colors of #224dbd

#224dbd #4522bd #229bbd

Monochromatic Colors of #224dbd

#224dbd

Complementary Color

#224dbd #bd9222

#224dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#224dbd Color CSS Codes

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

#224dbd Text Font Color

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

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


#224dbd Background Color

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

This div background color is #224dbd


#224dbd Border Color

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

This div border color is #224dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224dbd


Comments

No comments written yet.

Please login to write comment.