Color spaces of #309ddd
RGB | 48 | 157 | 221 |
---|---|---|---|
HSL | 0.56 | 0.72 | 0.53 |
HSV | 202° | 78° | 87° |
CMYK | 0.78 | 0.29 | 0.00 0.13 |
XYZ | 26.3270 | 29.9628 | 72.8024 |
Yxy | 29.9628 | 0.2039 | 0.2321 |
Hunter Lab | 54.7383 | -9.9404 | -40.5394 |
CIE-Lab | 61.6221 | -8.6481 | -41.0562 |
#309ddd color RGB value is (48,157,221).
#309ddd hex color red value is 48, green value is 157 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #309ddd hue: 0.56 , saturation: 0.72 and the lightness value of 309ddd is 0.53.
The process color (four color CMYK) of #309ddd color hex is 0.78, 0.29, 0.00, 0.13. Web safe color of #309ddd is #3399cc. Color #309ddd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 10011101 | 11011101 |
Octal | 60 | 235 | 335 |
Decimal | 48 | 157 | 221 |
Hex | 30 | 9D | DD |
Shades of #309ddd
Tints of #309ddd
RGB Percentages of Color #309ddd
CMYK Percentages of Color #309ddd
Complementary Color
#309ddd | #dd7030 |
#309ddd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#309ddd Color Preview on White Background
Lorem ipsum dolor sit amet.
#309ddd Color CSS Codes
.mybgcolor {background-color:#309ddd; } .myforecolor {color:#309ddd; } .mybordercolor {border:3px solid #309ddd; }
#309ddd Text Font Color
<p style="color:#309ddd">Text here</p>
This sample text font color is #309ddd
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.
#309ddd Background Color
<div style="background-color:#309ddd">
Div content here</div>
This div background color is #309ddd
#309ddd Border Color
<div style="border:3px solid #309ddd">
Div here</div>
This div border color is #309ddd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,157,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #309ddd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #309ddd; -webkit-box-shadow: 1px 1px 3px 2px #309ddd; box-shadow: 1px 1px 3px 2px #309ddd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,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 #309ddd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #309ddd; -webkit-box-shadow: 1px 1px 3px 2px #309ddd; box-shadow: 1px 1px 3px 2px #309ddd;">
Div content here</div>
This div box has shadow with color #309ddd
Comments
No comments written yet.
Please login to write comment.