Color spaces of #39dadf
RGB | 57 | 218 | 223 |
---|---|---|---|
HSL | 0.51 | 0.72 | 0.55 |
HSV | 182° | 74° | 87° |
CMYK | 0.74 | 0.02 | 0.00 0.13 |
XYZ | 40.0780 | 56.3404 | 78.5745 |
Yxy | 56.3404 | 0.2290 | 0.3220 |
Hunter Lab | 75.0602 | -36.0463 | -9.5237 |
CIE-Lab | 79.8072 | -38.0241 | -14.2076 |
#39dadf color RGB value is (57,218,223).
#39dadf hex color red value is 57, green value is 218 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #39dadf hue: 0.51 , saturation: 0.72 and the lightness value of 39dadf is 0.55.
The process color (four color CMYK) of #39dadf color hex is 0.74, 0.02, 0.00, 0.13. Web safe color of #39dadf is #33cccc. Color #39dadf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 11011010 | 11011111 |
Octal | 71 | 332 | 337 |
Decimal | 57 | 218 | 223 |
Hex | 39 | DA | DF |
Shades of #39dadf
Tints of #39dadf
RGB Percentages of Color #39dadf
CMYK Percentages of Color #39dadf
Complementary Color
#39dadf | #df3e39 |
#39dadf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#39dadf Color Preview on White Background
Lorem ipsum dolor sit amet.
#39dadf Color CSS Codes
.mybgcolor {background-color:#39dadf; } .myforecolor {color:#39dadf; } .mybordercolor {border:3px solid #39dadf; }
#39dadf Text Font Color
<p style="color:#39dadf">Text here</p>
This sample text font color is #39dadf
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.
#39dadf Background Color
<div style="background-color:#39dadf">
Div content here</div>
This div background color is #39dadf
#39dadf Border Color
<div style="border:3px solid #39dadf">
Div here</div>
This div border color is #39dadf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,218,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #39dadf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #39dadf; -webkit-box-shadow: 1px 1px 3px 2px #39dadf; box-shadow: 1px 1px 3px 2px #39dadf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,218,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #39dadf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #39dadf; -webkit-box-shadow: 1px 1px 3px 2px #39dadf; box-shadow: 1px 1px 3px 2px #39dadf;">
Div content here</div>
This div box has shadow with color #39dadf
Comments
No comments written yet.
Please login to write comment.