Color spaces of #39cdfd
RGB | 57 | 205 | 253 |
---|---|---|---|
HSL | 0.54 | 0.98 | 0.61 |
HSV | 195° | 77° | 99° |
CMYK | 0.77 | 0.19 | 0.00 0.01 |
XYZ | 41.2483 | 51.6243 | 100.7190 |
Yxy | 51.6243 | 0.2131 | 0.2667 |
Hunter Lab | 71.8501 | -23.2628 | -32.8174 |
CIE-Lab | 77.0556 | -22.5496 | -34.4302 |
#39cdfd color RGB value is (57,205,253).
#39cdfd hex color red value is 57, green value is 205 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #39cdfd hue: 0.54 , saturation: 0.98 and the lightness value of 39cdfd is 0.61.
The process color (four color CMYK) of #39cdfd color hex is 0.77, 0.19, 0.00, 0.01. Web safe color of #39cdfd is #33ccff. Color #39cdfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 11001101 | 11111101 |
Octal | 71 | 315 | 375 |
Decimal | 57 | 205 | 253 |
Hex | 39 | CD | FD |
Shades of #39cdfd
Tints of #39cdfd
RGB Percentages of Color #39cdfd
CMYK Percentages of Color #39cdfd
Complementary Color
#39cdfd | #fd6939 |
#39cdfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#39cdfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#39cdfd Color CSS Codes
.mybgcolor {background-color:#39cdfd; } .myforecolor {color:#39cdfd; } .mybordercolor {border:3px solid #39cdfd; }
#39cdfd Text Font Color
<p style="color:#39cdfd">Text here</p>
This sample text font color is #39cdfd
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.
#39cdfd Background Color
<div style="background-color:#39cdfd">
Div content here</div>
This div background color is #39cdfd
#39cdfd Border Color
<div style="border:3px solid #39cdfd">
Div here</div>
This div border color is #39cdfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,205,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #39cdfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #39cdfd; -webkit-box-shadow: 1px 1px 3px 2px #39cdfd; box-shadow: 1px 1px 3px 2px #39cdfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,205,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #39cdfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #39cdfd; -webkit-box-shadow: 1px 1px 3px 2px #39cdfd; box-shadow: 1px 1px 3px 2px #39cdfd;">
Div content here</div>
This div box has shadow with color #39cdfd
Comments
No comments written yet.
Please login to write comment.