Color spaces of #39ddbd
RGB | 57 | 221 | 189 |
---|---|---|---|
HSL | 0.47 | 0.71 | 0.55 |
HSV | 168° | 74° | 87° |
CMYK | 0.74 | 0.00 | 0.14 0.13 |
XYZ | 36.7291 | 56.2569 | 57.0670 |
Yxy | 56.2569 | 0.2448 | 0.3749 |
Hunter Lab | 75.0046 | -43.8482 | 7.3926 |
CIE-Lab | 79.7598 | -48.5684 | 3.8512 |
#39ddbd color RGB value is (57,221,189).
#39ddbd hex color red value is 57, green value is 221 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #39ddbd hue: 0.47 , saturation: 0.71 and the lightness value of 39ddbd is 0.55.
The process color (four color CMYK) of #39ddbd color hex is 0.74, 0.00, 0.14, 0.13. Web safe color of #39ddbd is #33cccc. Color #39ddbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 11011101 | 10111101 |
Octal | 71 | 335 | 275 |
Decimal | 57 | 221 | 189 |
Hex | 39 | DD | BD |
Shades of #39ddbd
Tints of #39ddbd
RGB Percentages of Color #39ddbd
CMYK Percentages of Color #39ddbd
Complementary Color
#39ddbd | #dd3959 |
#39ddbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#39ddbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#39ddbd Color CSS Codes
.mybgcolor {background-color:#39ddbd; } .myforecolor {color:#39ddbd; } .mybordercolor {border:3px solid #39ddbd; }
#39ddbd Text Font Color
<p style="color:#39ddbd">Text here</p>
This sample text font color is #39ddbd
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.
#39ddbd Background Color
<div style="background-color:#39ddbd">
Div content here</div>
This div background color is #39ddbd
#39ddbd Border Color
<div style="border:3px solid #39ddbd">
Div here</div>
This div border color is #39ddbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,221,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #39ddbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #39ddbd; -webkit-box-shadow: 1px 1px 3px 2px #39ddbd; box-shadow: 1px 1px 3px 2px #39ddbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,221,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #39ddbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #39ddbd; -webkit-box-shadow: 1px 1px 3px 2px #39ddbd; box-shadow: 1px 1px 3px 2px #39ddbd;">
Div content here</div>
This div box has shadow with color #39ddbd
Comments
No comments written yet.
Please login to write comment.