Color spaces of #349ddd
RGB | 52 | 157 | 221 |
---|---|---|---|
HSL | 0.56 | 0.71 | 0.54 |
HSV | 203° | 76° | 87° |
CMYK | 0.76 | 0.29 | 0.00 0.13 |
XYZ | 26.5243 | 30.0645 | 72.8117 |
Yxy | 30.0645 | 0.2050 | 0.2323 |
Hunter Lab | 54.8311 | -9.6059 | -40.3510 |
CIE-Lab | 61.7098 | -8.2140 | -40.9124 |
#349ddd color RGB value is (52,157,221).
#349ddd hex color red value is 52, green value is 157 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #349ddd hue: 0.56 , saturation: 0.71 and the lightness value of 349ddd is 0.54.
The process color (four color CMYK) of #349ddd color hex is 0.76, 0.29, 0.00, 0.13. Web safe color of #349ddd is #3399cc. Color #349ddd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110100 | 10011101 | 11011101 |
Octal | 64 | 235 | 335 |
Decimal | 52 | 157 | 221 |
Hex | 34 | 9D | DD |
Shades of #349ddd
Tints of #349ddd
RGB Percentages of Color #349ddd
CMYK Percentages of Color #349ddd
Complementary Color
#349ddd | #dd7434 |
#349ddd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#349ddd Color Preview on White Background
Lorem ipsum dolor sit amet.
#349ddd Color CSS Codes
.mybgcolor {background-color:#349ddd; } .myforecolor {color:#349ddd; } .mybordercolor {border:3px solid #349ddd; }
#349ddd Text Font Color
<p style="color:#349ddd">Text here</p>
This sample text font color is #349ddd
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.
#349ddd Background Color
<div style="background-color:#349ddd">
Div content here</div>
This div background color is #349ddd
#349ddd Border Color
<div style="border:3px solid #349ddd">
Div here</div>
This div border color is #349ddd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(52,157,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #349ddd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #349ddd; -webkit-box-shadow: 1px 1px 3px 2px #349ddd; box-shadow: 1px 1px 3px 2px #349ddd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(52,157,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #349ddd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #349ddd; -webkit-box-shadow: 1px 1px 3px 2px #349ddd; box-shadow: 1px 1px 3px 2px #349ddd;">
Div content here</div>
This div box has shadow with color #349ddd
Comments
No comments written yet.
Please login to write comment.