Color spaces of #73cddb
RGB | 115 | 205 | 219 |
---|---|---|---|
HSL | 0.52 | 0.59 | 0.65 |
HSV | 188° | 47° | 86° |
CMYK | 0.47 | 0.06 | 0.00 0.14 |
XYZ | 41.6877 | 52.4220 | 74.9391 |
Yxy | 52.4220 | 0.2466 | 0.3101 |
Hunter Lab | 72.4030 | -23.9299 | -10.6846 |
CIE-Lab | 77.5325 | -23.2656 | -15.3190 |
#73cddb color RGB value is (115,205,219).
#73cddb hex color red value is 115, green value is 205 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #73cddb hue: 0.52 , saturation: 0.59 and the lightness value of 73cddb is 0.65.
The process color (four color CMYK) of #73cddb color hex is 0.47, 0.06, 0.00, 0.14. Web safe color of #73cddb is #66cccc. Color #73cddb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 11001101 | 11011011 |
Octal | 163 | 315 | 333 |
Decimal | 115 | 205 | 219 |
Hex | 73 | CD | DB |
Shades of #73cddb
Tints of #73cddb
RGB Percentages of Color #73cddb
CMYK Percentages of Color #73cddb
Complementary Color
#73cddb | #db8173 |
#73cddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#73cddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#73cddb Color CSS Codes
.mybgcolor {background-color:#73cddb; } .myforecolor {color:#73cddb; } .mybordercolor {border:3px solid #73cddb; }
#73cddb Text Font Color
<p style="color:#73cddb">Text here</p>
This sample text font color is #73cddb
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.
#73cddb Background Color
<div style="background-color:#73cddb">
Div content here</div>
This div background color is #73cddb
#73cddb Border Color
<div style="border:3px solid #73cddb">
Div here</div>
This div border color is #73cddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,205,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #73cddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #73cddb; -webkit-box-shadow: 1px 1px 3px 2px #73cddb; box-shadow: 1px 1px 3px 2px #73cddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,205,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #73cddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #73cddb; -webkit-box-shadow: 1px 1px 3px 2px #73cddb; box-shadow: 1px 1px 3px 2px #73cddb;">
Div content here</div>
This div box has shadow with color #73cddb
Comments
No comments written yet.
Please login to write comment.