Color Hex Logo

#225edb Color Hex

#225EDB
(34,94,219)
0 Favorites   0 Comments

Color spaces of #225edb

RGB 3494219
HSL0.610.730.50
HSV221°84°86°
CMYK 0.840.570.00   0.14
XYZ17.448613.460068.6962
Yxy13.46000.17520.1351
Hunter Lab36.687920.6901-85.3360
CIE-Lab43.448327.9266-69.0385

#225edb color RGB value is (34,94,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01011110 11011011
Octal 42 136 333
Decimal 34 94 219
Hex 22 5E DB

RGB Percentages of Color #225edb

%9.80
%27.09
%63.11

CMYK Percentages of Color #225edb

%84
%57
%0
%14

Triadic Colors of #225edb

#225edb #db225e #5edb22

Analogous Colors of #225edb

#225edb #4222db #22bbdb

Monochromatic Colors of #225edb

#225edb

Complementary Color

#225edb #db9f22

#225edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#225edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#225edb Color CSS Codes

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

#225edb Text Font Color

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

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


#225edb Background Color

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

This div background color is #225edb


#225edb Border Color

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

This div border color is #225edb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,94,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 #225edb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #225edb


Comments

No comments written yet.

Please login to write comment.