Color Hex Logo

#225adb Color Hex

#225ADB
(34,90,219)
0 Favorites   0 Comments

Color spaces of #225adb

RGB 3490219
HSL0.620.730.50
HSV222°84°86°
CMYK 0.840.590.00   0.14
XYZ17.102012.766968.5807
Yxy12.76690.17370.1297
Hunter Lab35.730822.9074-88.7880
CIE-Lab42.409930.5085-70.7327

#225adb color RGB value is (34,90,219).

#225adb hex color red value is 34, green value is 90 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #225adb hue: 0.62 , saturation: 0.73 and the lightness value of 225adb is 0.50.

The process color (four color CMYK) of #225adb color hex is 0.84, 0.59, 0.00, 0.14. Web safe color of #225adb is #3366cc. Color #225adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01011010 11011011
Octal 42 132 333
Decimal 34 90 219
Hex 22 5A DB

RGB Percentages of Color #225adb

%9.91
%26.24
%63.85

CMYK Percentages of Color #225adb

%84
%59
%0
%14

Triadic Colors of #225adb

#225adb #db225a #5adb22

Analogous Colors of #225adb

#225adb #4622db #22b7db

Monochromatic Colors of #225adb

#225adb

Complementary Color

#225adb #dba322

#225adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#225adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#225adb Color CSS Codes

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

#225adb Text Font Color

<p style="color:#225adb">Text here</p>

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


#225adb Background Color

<div style="background-color:#225adb">
Div content here</div>

This div background color is #225adb


#225adb Border Color

<div style="border:3px solid #225adb">
Div here</div>

This div border color is #225adb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,90,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #225adb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #225adb;
  -webkit-box-shadow: 1px 1px 3px 2px #225adb;
  box-shadow:         1px 1px 3px 2px #225adb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #225adb


Comments

No comments written yet.

Please login to write comment.