Color Hex Logo

#225ede Color Hex

#225EDE
(34,94,222)
0 Favorites   0 Comments

Color spaces of #225ede

RGB 3494222
HSL0.610.740.50
HSV221°85°87°
CMYK 0.850.580.00   0.13
XYZ17.847213.619470.7954
Yxy13.61940.17450.1332
Hunter Lab36.904521.7407-87.9054
CIE-Lab43.682129.0667-70.3652

#225ede color RGB value is (34,94,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01011110 11011110
Octal 42 136 336
Decimal 34 94 222
Hex 22 5E DE

RGB Percentages of Color #225ede

%9.71
%26.86
%63.43

CMYK Percentages of Color #225ede

%85
%58
%0
%13

Triadic Colors of #225ede

#225ede #de225e #5ede22

Analogous Colors of #225ede

#225ede #4422de #22bcde

Monochromatic Colors of #225ede

#225ede

Complementary Color

#225ede #dea222

#225ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#225ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#225ede Color CSS Codes

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

#225ede Text Font Color

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

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


#225ede Background Color

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

This div background color is #225ede


#225ede Border Color

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

This div border color is #225ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #225ede


Comments

No comments written yet.

Please login to write comment.