Color spaces of #3dbede
RGB | 61 | 190 | 222 |
---|---|---|---|
HSL | 0.53 | 0.71 | 0.55 |
HSV | 192° | 73° | 87° |
CMYK | 0.73 | 0.14 | 0.00 0.13 |
XYZ | 33.5227 | 43.0929 | 75.6582 |
Yxy | 43.0929 | 0.2201 | 0.2830 |
Hunter Lab | 65.6452 | -23.7254 | -22.3820 |
CIE-Lab | 71.6180 | -24.3963 | -26.0794 |
#3dbede color RGB value is (61,190,222).
#3dbede hex color red value is 61, green value is 190 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #3dbede hue: 0.53 , saturation: 0.71 and the lightness value of 3dbede is 0.55.
The process color (four color CMYK) of #3dbede color hex is 0.73, 0.14, 0.00, 0.13. Web safe color of #3dbede is #33cccc. Color #3dbede contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111101 | 10111110 | 11011110 |
Octal | 75 | 276 | 336 |
Decimal | 61 | 190 | 222 |
Hex | 3D | BE | DE |
Shades of #3dbede
Tints of #3dbede
RGB Percentages of Color #3dbede
CMYK Percentages of Color #3dbede
Complementary Color
#3dbede | #de5d3d |
#3dbede Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3dbede Color Preview on White Background
Lorem ipsum dolor sit amet.
#3dbede Color CSS Codes
.mybgcolor {background-color:#3dbede; } .myforecolor {color:#3dbede; } .mybordercolor {border:3px solid #3dbede; }
#3dbede Text Font Color
<p style="color:#3dbede">Text here</p>
This sample text font color is #3dbede
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.
#3dbede Background Color
<div style="background-color:#3dbede">
Div content here</div>
This div background color is #3dbede
#3dbede Border Color
<div style="border:3px solid #3dbede">
Div here</div>
This div border color is #3dbede
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(61,190,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3dbede; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3dbede; -webkit-box-shadow: 1px 1px 3px 2px #3dbede; box-shadow: 1px 1px 3px 2px #3dbede; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(61,190,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3dbede">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3dbede; -webkit-box-shadow: 1px 1px 3px 2px #3dbede; box-shadow: 1px 1px 3px 2px #3dbede;">
Div content here</div>
This div box has shadow with color #3dbede
Comments
No comments written yet.
Please login to write comment.