Color spaces of #39edfe
RGB | 57 | 237 | 254 |
---|---|---|---|
HSL | 0.51 | 0.99 | 0.61 |
HSV | 185° | 78° | 100° |
CMYK | 0.78 | 0.07 | 0.00 0.00 |
XYZ | 49.8609 | 68.5940 | 104.3779 |
Yxy | 68.5940 | 0.2238 | 0.3078 |
Hunter Lab | 82.8215 | -37.4755 | -16.7467 |
CIE-Lab | 86.3026 | -37.7069 | -20.8189 |
#39edfe color RGB value is (57,237,254).
#39edfe hex color red value is 57, green value is 237 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #39edfe hue: 0.51 , saturation: 0.99 and the lightness value of 39edfe is 0.61.
The process color (four color CMYK) of #39edfe color hex is 0.78, 0.07, 0.00, 0.00. Web safe color of #39edfe is #33ffff. Color #39edfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 11101101 | 11111110 |
Octal | 71 | 355 | 376 |
Decimal | 57 | 237 | 254 |
Hex | 39 | ED | FE |
Shades of #39edfe
Tints of #39edfe
RGB Percentages of Color #39edfe
CMYK Percentages of Color #39edfe
Complementary Color
#39edfe | #fe4a39 |
#39edfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#39edfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#39edfe Color CSS Codes
.mybgcolor {background-color:#39edfe; } .myforecolor {color:#39edfe; } .mybordercolor {border:3px solid #39edfe; }
#39edfe Text Font Color
<p style="color:#39edfe">Text here</p>
This sample text font color is #39edfe
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.
#39edfe Background Color
<div style="background-color:#39edfe">
Div content here</div>
This div background color is #39edfe
#39edfe Border Color
<div style="border:3px solid #39edfe">
Div here</div>
This div border color is #39edfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,237,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #39edfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #39edfe; -webkit-box-shadow: 1px 1px 3px 2px #39edfe; box-shadow: 1px 1px 3px 2px #39edfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,237,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 #39edfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #39edfe; -webkit-box-shadow: 1px 1px 3px 2px #39edfe; box-shadow: 1px 1px 3px 2px #39edfe;">
Div content here</div>
This div box has shadow with color #39edfe
Comments
No comments written yet.
Please login to write comment.