Color spaces of #39ebdb
RGB | 57 | 235 | 219 |
---|---|---|---|
HSL | 0.49 | 0.82 | 0.57 |
HSV | 175° | 76° | 92° |
CMYK | 0.76 | 0.00 | 0.07 0.08 |
XYZ | 44.1819 | 65.4010 | 77.3129 |
Yxy | 65.4010 | 0.2364 | 0.3499 |
Hunter Lab | 80.8709 | -44.0048 | -0.0719 |
CIE-Lab | 84.6899 | -46.6866 | -4.8237 |
#39ebdb color RGB value is (57,235,219).
#39ebdb hex color red value is 57, green value is 235 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #39ebdb hue: 0.49 , saturation: 0.82 and the lightness value of 39ebdb is 0.57.
The process color (four color CMYK) of #39ebdb color hex is 0.76, 0.00, 0.07, 0.08. Web safe color of #39ebdb is #33ffcc. Color #39ebdb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 11101011 | 11011011 |
Octal | 71 | 353 | 333 |
Decimal | 57 | 235 | 219 |
Hex | 39 | EB | DB |
Shades of #39ebdb
Tints of #39ebdb
RGB Percentages of Color #39ebdb
CMYK Percentages of Color #39ebdb
Complementary Color
#39ebdb | #eb3949 |
#39ebdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#39ebdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#39ebdb Color CSS Codes
.mybgcolor {background-color:#39ebdb; } .myforecolor {color:#39ebdb; } .mybordercolor {border:3px solid #39ebdb; }
#39ebdb Text Font Color
<p style="color:#39ebdb">Text here</p>
This sample text font color is #39ebdb
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.
#39ebdb Background Color
<div style="background-color:#39ebdb">
Div content here</div>
This div background color is #39ebdb
#39ebdb Border Color
<div style="border:3px solid #39ebdb">
Div here</div>
This div border color is #39ebdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,235,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #39ebdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #39ebdb; -webkit-box-shadow: 1px 1px 3px 2px #39ebdb; box-shadow: 1px 1px 3px 2px #39ebdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,235,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 #39ebdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #39ebdb; -webkit-box-shadow: 1px 1px 3px 2px #39ebdb; box-shadow: 1px 1px 3px 2px #39ebdb;">
Div content here</div>
This div box has shadow with color #39ebdb
Comments
No comments written yet.
Please login to write comment.