Color spaces of #225dec
RGB | 34 | 93 | 236 |
---|---|---|---|
HSL | 0.62 | 0.84 | 0.53 |
HSV | 222° | 86° | 93° |
CMYK | 0.86 | 0.61 | 0.00 0.07 |
XYZ | 19.7144 | 14.2249 | 81.0635 |
Yxy | 14.2249 | 0.1714 | 0.1237 |
Hunter Lab | 37.7159 | 27.3005 | -101.0319 |
CIE-Lab | 44.5538 | 34.9652 | -76.8638 |
#225dec color RGB value is (34,93,236).
#225dec hex color red value is 34, green value is 93 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #225dec hue: 0.62 , saturation: 0.84 and the lightness value of 225dec is 0.53.
The process color (four color CMYK) of #225dec color hex is 0.86, 0.61, 0.00, 0.07. Web safe color of #225dec is #3366ff. Color #225dec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100010 | 01011101 | 11101100 |
Octal | 42 | 135 | 354 |
Decimal | 34 | 93 | 236 |
Hex | 22 | 5D | EC |
Shades of #225dec
Tints of #225dec
RGB Percentages of Color #225dec
CMYK Percentages of Color #225dec
Complementary Color
#225dec | #ecb122 |
#225dec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#225dec Color Preview on White Background
Lorem ipsum dolor sit amet.
#225dec Color CSS Codes
.mybgcolor {background-color:#225dec; } .myforecolor {color:#225dec; } .mybordercolor {border:3px solid #225dec; }
#225dec Text Font Color
<p style="color:#225dec">Text here</p>
This sample text font color is #225dec
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.
#225dec Background Color
<div style="background-color:#225dec">
Div content here</div>
This div background color is #225dec
#225dec Border Color
<div style="border:3px solid #225dec">
Div here</div>
This div border color is #225dec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(34,93,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #225dec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #225dec; -webkit-box-shadow: 1px 1px 3px 2px #225dec; box-shadow: 1px 1px 3px 2px #225dec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(34,93,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #225dec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #225dec; -webkit-box-shadow: 1px 1px 3px 2px #225dec; box-shadow: 1px 1px 3px 2px #225dec;">
Div content here</div>
This div box has shadow with color #225dec
Comments
No comments written yet.
Please login to write comment.