Color spaces of #399cdd
RGB | 57 | 156 | 221 |
---|---|---|---|
HSL | 0.57 | 0.71 | 0.55 |
HSV | 204° | 74° | 87° |
CMYK | 0.74 | 0.29 | 0.00 0.13 |
XYZ | 26.6270 | 29.8672 | 72.7682 |
Yxy | 29.8672 | 0.2060 | 0.2311 |
Hunter Lab | 54.6509 | -8.6703 | -40.6896 |
CIE-Lab | 61.5395 | -7.0585 | -41.1713 |
#399cdd color RGB value is (57,156,221).
#399cdd hex color red value is 57, green value is 156 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #399cdd hue: 0.57 , saturation: 0.71 and the lightness value of 399cdd is 0.55.
The process color (four color CMYK) of #399cdd color hex is 0.74, 0.29, 0.00, 0.13. Web safe color of #399cdd is #3399cc. Color #399cdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 10011100 | 11011101 |
Octal | 71 | 234 | 335 |
Decimal | 57 | 156 | 221 |
Hex | 39 | 9C | DD |
Shades of #399cdd
Tints of #399cdd
RGB Percentages of Color #399cdd
CMYK Percentages of Color #399cdd
Complementary Color
#399cdd | #dd7a39 |
#399cdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#399cdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#399cdd Color CSS Codes
.mybgcolor {background-color:#399cdd; } .myforecolor {color:#399cdd; } .mybordercolor {border:3px solid #399cdd; }
#399cdd Text Font Color
<p style="color:#399cdd">Text here</p>
This sample text font color is #399cdd
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.
#399cdd Background Color
<div style="background-color:#399cdd">
Div content here</div>
This div background color is #399cdd
#399cdd Border Color
<div style="border:3px solid #399cdd">
Div here</div>
This div border color is #399cdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,156,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #399cdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #399cdd; -webkit-box-shadow: 1px 1px 3px 2px #399cdd; box-shadow: 1px 1px 3px 2px #399cdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,156,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 #399cdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #399cdd; -webkit-box-shadow: 1px 1px 3px 2px #399cdd; box-shadow: 1px 1px 3px 2px #399cdd;">
Div content here</div>
This div box has shadow with color #399cdd
Comments
No comments written yet.
Please login to write comment.