Color spaces of #39bfdb
RGB | 57 | 191 | 219 |
---|---|---|---|
HSL | 0.53 | 0.69 | 0.54 |
HSV | 190° | 74° | 86° |
CMYK | 0.74 | 0.13 | 0.00 0.14 |
XYZ | 33.1043 | 43.2459 | 73.6204 |
Yxy | 43.2459 | 0.2207 | 0.2884 |
Hunter Lab | 65.7616 | -25.2262 | -20.3423 |
CIE-Lab | 71.7216 | -26.3186 | -24.2959 |
#39bfdb color RGB value is (57,191,219).
#39bfdb hex color red value is 57, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #39bfdb hue: 0.53 , saturation: 0.69 and the lightness value of 39bfdb is 0.54.
The process color (four color CMYK) of #39bfdb color hex is 0.74, 0.13, 0.00, 0.14. Web safe color of #39bfdb is #33cccc. Color #39bfdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 10111111 | 11011011 |
Octal | 71 | 277 | 333 |
Decimal | 57 | 191 | 219 |
Hex | 39 | BF | DB |
Shades of #39bfdb
Tints of #39bfdb
RGB Percentages of Color #39bfdb
CMYK Percentages of Color #39bfdb
Complementary Color
#39bfdb | #db5539 |
#39bfdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#39bfdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#39bfdb Color CSS Codes
.mybgcolor {background-color:#39bfdb; } .myforecolor {color:#39bfdb; } .mybordercolor {border:3px solid #39bfdb; }
#39bfdb Text Font Color
<p style="color:#39bfdb">Text here</p>
This sample text font color is #39bfdb
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.
#39bfdb Background Color
<div style="background-color:#39bfdb">
Div content here</div>
This div background color is #39bfdb
#39bfdb Border Color
<div style="border:3px solid #39bfdb">
Div here</div>
This div border color is #39bfdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,191,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #39bfdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #39bfdb; -webkit-box-shadow: 1px 1px 3px 2px #39bfdb; box-shadow: 1px 1px 3px 2px #39bfdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,191,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 #39bfdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #39bfdb; -webkit-box-shadow: 1px 1px 3px 2px #39bfdb; box-shadow: 1px 1px 3px 2px #39bfdb;">
Div content here</div>
This div box has shadow with color #39bfdb
Comments
No comments written yet.
Please login to write comment.