Color spaces of #39cffe
RGB | 57 | 207 | 254 |
---|---|---|---|
HSL | 0.54 | 0.99 | 0.61 |
HSV | 194° | 78° | 100° |
CMYK | 0.78 | 0.19 | 0.00 0.00 |
XYZ | 41.8896 | 52.6513 | 101.7208 |
Yxy | 52.6513 | 0.2134 | 0.2683 |
Hunter Lab | 72.5612 | -23.9341 | -32.3235 |
CIE-Lab | 77.6687 | -23.2402 | -34.0172 |
#39cffe color RGB value is (57,207,254).
#39cffe hex color red value is 57, green value is 207 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #39cffe hue: 0.54 , saturation: 0.99 and the lightness value of 39cffe is 0.61.
The process color (four color CMYK) of #39cffe color hex is 0.78, 0.19, 0.00, 0.00. Web safe color of #39cffe is #33ccff. Color #39cffe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 11001111 | 11111110 |
Octal | 71 | 317 | 376 |
Decimal | 57 | 207 | 254 |
Hex | 39 | CF | FE |
Shades of #39cffe
Tints of #39cffe
RGB Percentages of Color #39cffe
CMYK Percentages of Color #39cffe
Complementary Color
#39cffe | #fe6839 |
#39cffe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#39cffe Color Preview on White Background
Lorem ipsum dolor sit amet.
#39cffe Color CSS Codes
.mybgcolor {background-color:#39cffe; } .myforecolor {color:#39cffe; } .mybordercolor {border:3px solid #39cffe; }
#39cffe Text Font Color
<p style="color:#39cffe">Text here</p>
This sample text font color is #39cffe
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.
#39cffe Background Color
<div style="background-color:#39cffe">
Div content here</div>
This div background color is #39cffe
#39cffe Border Color
<div style="border:3px solid #39cffe">
Div here</div>
This div border color is #39cffe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,207,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #39cffe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #39cffe; -webkit-box-shadow: 1px 1px 3px 2px #39cffe; box-shadow: 1px 1px 3px 2px #39cffe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,207,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #39cffe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #39cffe; -webkit-box-shadow: 1px 1px 3px 2px #39cffe; box-shadow: 1px 1px 3px 2px #39cffe;">
Div content here</div>
This div box has shadow with color #39cffe
Comments
No comments written yet.
Please login to write comment.