Color spaces of #229afd
RGB | 34 | 154 | 253 |
---|---|---|---|
HSL | 0.58 | 0.98 | 0.56 |
HSV | 207° | 87° | 99° |
CMYK | 0.87 | 0.39 | 0.00 0.01 |
XYZ | 29.9449 | 30.5431 | 97.2457 |
Yxy | 30.5431 | 0.1898 | 0.1936 |
Hunter Lab | 55.2658 | 0.0022 | -65.6406 |
CIE-Lab | 62.1200 | 3.4997 | -57.9150 |
#229afd color RGB value is (34,154,253).
#229afd hex color red value is 34, green value is 154 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #229afd hue: 0.58 , saturation: 0.98 and the lightness value of 229afd is 0.56.
The process color (four color CMYK) of #229afd color hex is 0.87, 0.39, 0.00, 0.01. Web safe color of #229afd is #3399ff. Color #229afd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100010 | 10011010 | 11111101 |
Octal | 42 | 232 | 375 |
Decimal | 34 | 154 | 253 |
Hex | 22 | 9A | FD |
Shades of #229afd
Tints of #229afd
RGB Percentages of Color #229afd
CMYK Percentages of Color #229afd
Complementary Color
#229afd | #fd8522 |
#229afd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#229afd Color Preview on White Background
Lorem ipsum dolor sit amet.
#229afd Color CSS Codes
.mybgcolor {background-color:#229afd; } .myforecolor {color:#229afd; } .mybordercolor {border:3px solid #229afd; }
#229afd Text Font Color
<p style="color:#229afd">Text here</p>
This sample text font color is #229afd
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.
#229afd Background Color
<div style="background-color:#229afd">
Div content here</div>
This div background color is #229afd
#229afd Border Color
<div style="border:3px solid #229afd">
Div here</div>
This div border color is #229afd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(34,154,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #229afd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #229afd; -webkit-box-shadow: 1px 1px 3px 2px #229afd; box-shadow: 1px 1px 3px 2px #229afd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(34,154,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #229afd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #229afd; -webkit-box-shadow: 1px 1px 3px 2px #229afd; box-shadow: 1px 1px 3px 2px #229afd;">
Div content here</div>
This div box has shadow with color #229afd
Comments
No comments written yet.
Please login to write comment.