Color spaces of #225fda
RGB | 34 | 95 | 218 |
---|---|---|---|
HSL | 0.61 | 0.73 | 0.49 |
HSV | 220° | 84° | 85° |
CMYK | 0.84 | 0.56 | 0.00 0.15 |
XYZ | 17.4068 | 13.5865 | 68.0347 |
Yxy | 13.5865 | 0.1758 | 0.1372 |
Hunter Lab | 36.8599 | 19.7905 | -83.6336 |
CIE-Lab | 43.6340 | 26.8993 | -68.1660 |
#225fda color RGB value is (34,95,218).
#225fda hex color red value is 34, green value is 95 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #225fda hue: 0.61 , saturation: 0.73 and the lightness value of 225fda is 0.49.
The process color (four color CMYK) of #225fda color hex is 0.84, 0.56, 0.00, 0.15. Web safe color of #225fda is #3366cc. Color #225fda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100010 | 01011111 | 11011010 |
Octal | 42 | 137 | 332 |
Decimal | 34 | 95 | 218 |
Hex | 22 | 5F | DA |
Shades of #225fda
Tints of #225fda
RGB Percentages of Color #225fda
CMYK Percentages of Color #225fda
Complementary Color
#225fda | #da9d22 |
#225fda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#225fda Color Preview on White Background
Lorem ipsum dolor sit amet.
#225fda Color CSS Codes
.mybgcolor {background-color:#225fda; } .myforecolor {color:#225fda; } .mybordercolor {border:3px solid #225fda; }
#225fda Text Font Color
<p style="color:#225fda">Text here</p>
This sample text font color is #225fda
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.
#225fda Background Color
<div style="background-color:#225fda">
Div content here</div>
This div background color is #225fda
#225fda Border Color
<div style="border:3px solid #225fda">
Div here</div>
This div border color is #225fda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(34,95,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #225fda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #225fda; -webkit-box-shadow: 1px 1px 3px 2px #225fda; box-shadow: 1px 1px 3px 2px #225fda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(34,95,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #225fda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #225fda; -webkit-box-shadow: 1px 1px 3px 2px #225fda; box-shadow: 1px 1px 3px 2px #225fda;">
Div content here</div>
This div box has shadow with color #225fda
Comments
No comments written yet.
Please login to write comment.