Color spaces of #225fac
RGB | 34 | 95 | 172 |
---|---|---|---|
HSL | 0.59 | 0.67 | 0.40 |
HSV | 213° | 80° | 67° |
CMYK | 0.80 | 0.45 | 0.00 0.33 |
XYZ | 12.1983 | 11.5031 | 40.6071 |
Yxy | 11.5031 | 0.1897 | 0.1789 |
Hunter Lab | 33.9162 | 4.8459 | -47.2452 |
CIE-Lab | 40.4152 | 9.0379 | -46.6931 |
#225fac color RGB value is (34,95,172).
#225fac hex color red value is 34, green value is 95 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #225fac hue: 0.59 , saturation: 0.67 and the lightness value of 225fac is 0.40.
The process color (four color CMYK) of #225fac color hex is 0.80, 0.45, 0.00, 0.33. Web safe color of #225fac is #336699. Color #225fac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100010 | 01011111 | 10101100 |
Octal | 42 | 137 | 254 |
Decimal | 34 | 95 | 172 |
Hex | 22 | 5F | AC |
Shades of #225fac
Tints of #225fac
RGB Percentages of Color #225fac
CMYK Percentages of Color #225fac
Complementary Color
#225fac | #ac6f22 |
#225fac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#225fac Color Preview on White Background
Lorem ipsum dolor sit amet.
#225fac Color CSS Codes
.mybgcolor {background-color:#225fac; } .myforecolor {color:#225fac; } .mybordercolor {border:3px solid #225fac; }
#225fac Text Font Color
<p style="color:#225fac">Text here</p>
This sample text font color is #225fac
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.
#225fac Background Color
<div style="background-color:#225fac">
Div content here</div>
This div background color is #225fac
#225fac Border Color
<div style="border:3px solid #225fac">
Div here</div>
This div border color is #225fac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(34,95,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #225fac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #225fac; -webkit-box-shadow: 1px 1px 3px 2px #225fac; box-shadow: 1px 1px 3px 2px #225fac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(34,95,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #225fac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #225fac; -webkit-box-shadow: 1px 1px 3px 2px #225fac; box-shadow: 1px 1px 3px 2px #225fac;">
Div content here</div>
This div box has shadow with color #225fac
Comments
No comments written yet.
Please login to write comment.