Color spaces of #39dfdd
RGB | 57 | 223 | 221 |
---|---|---|---|
HSL | 0.50 | 0.72 | 0.55 |
HSV | 179° | 74° | 87° |
CMYK | 0.74 | 0.00 | 0.01 0.13 |
XYZ | 41.1262 | 58.8657 | 77.6012 |
Yxy | 58.8657 | 0.2316 | 0.3315 |
Hunter Lab | 76.7240 | -38.5860 | -6.2611 |
CIE-Lab | 81.2177 | -40.8635 | -11.0318 |
#39dfdd color RGB value is (57,223,221).
#39dfdd hex color red value is 57, green value is 223 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #39dfdd hue: 0.50 , saturation: 0.72 and the lightness value of 39dfdd is 0.55.
The process color (four color CMYK) of #39dfdd color hex is 0.74, 0.00, 0.01, 0.13. Web safe color of #39dfdd is #33cccc. Color #39dfdd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 11011111 | 11011101 |
Octal | 71 | 337 | 335 |
Decimal | 57 | 223 | 221 |
Hex | 39 | DF | DD |
Shades of #39dfdd
Tints of #39dfdd
RGB Percentages of Color #39dfdd
CMYK Percentages of Color #39dfdd
Complementary Color
#39dfdd | #df393b |
#39dfdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#39dfdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#39dfdd Color CSS Codes
.mybgcolor {background-color:#39dfdd; } .myforecolor {color:#39dfdd; } .mybordercolor {border:3px solid #39dfdd; }
#39dfdd Text Font Color
<p style="color:#39dfdd">Text here</p>
This sample text font color is #39dfdd
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.
#39dfdd Background Color
<div style="background-color:#39dfdd">
Div content here</div>
This div background color is #39dfdd
#39dfdd Border Color
<div style="border:3px solid #39dfdd">
Div here</div>
This div border color is #39dfdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,223,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #39dfdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #39dfdd; -webkit-box-shadow: 1px 1px 3px 2px #39dfdd; box-shadow: 1px 1px 3px 2px #39dfdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,223,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 #39dfdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #39dfdd; -webkit-box-shadow: 1px 1px 3px 2px #39dfdd; box-shadow: 1px 1px 3px 2px #39dfdd;">
Div content here</div>
This div box has shadow with color #39dfdd
Comments
No comments written yet.
Please login to write comment.