Color spaces of #3dbcbd
RGB | 61 | 188 | 189 |
---|---|---|---|
HSL | 0.50 | 0.51 | 0.49 |
HSV | 180° | 68° | 74° |
CMYK | 0.68 | 0.01 | 0.00 0.26 |
XYZ | 29.0930 | 40.6327 | 54.4536 |
Yxy | 40.6327 | 0.2343 | 0.3272 |
Hunter Lab | 63.7438 | -30.0833 | -6.0283 |
CIE-Lab | 69.9178 | -33.3689 | -10.6177 |
#3dbcbd color RGB value is (61,188,189).
#3dbcbd hex color red value is 61, green value is 188 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #3dbcbd hue: 0.50 , saturation: 0.51 and the lightness value of 3dbcbd is 0.49.
The process color (four color CMYK) of #3dbcbd color hex is 0.68, 0.01, 0.00, 0.26. Web safe color of #3dbcbd is #33cccc. Color #3dbcbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111101 | 10111100 | 10111101 |
Octal | 75 | 274 | 275 |
Decimal | 61 | 188 | 189 |
Hex | 3D | BC | BD |
Shades of #3dbcbd
Tints of #3dbcbd
RGB Percentages of Color #3dbcbd
CMYK Percentages of Color #3dbcbd
Complementary Color
#3dbcbd | #bd3e3d |
#3dbcbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3dbcbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#3dbcbd Color CSS Codes
.mybgcolor {background-color:#3dbcbd; } .myforecolor {color:#3dbcbd; } .mybordercolor {border:3px solid #3dbcbd; }
#3dbcbd Text Font Color
<p style="color:#3dbcbd">Text here</p>
This sample text font color is #3dbcbd
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.
#3dbcbd Background Color
<div style="background-color:#3dbcbd">
Div content here</div>
This div background color is #3dbcbd
#3dbcbd Border Color
<div style="border:3px solid #3dbcbd">
Div here</div>
This div border color is #3dbcbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(61,188,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3dbcbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3dbcbd; -webkit-box-shadow: 1px 1px 3px 2px #3dbcbd; box-shadow: 1px 1px 3px 2px #3dbcbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(61,188,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3dbcbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3dbcbd; -webkit-box-shadow: 1px 1px 3px 2px #3dbcbd; box-shadow: 1px 1px 3px 2px #3dbcbd;">
Div content here</div>
This div box has shadow with color #3dbcbd
Comments
No comments written yet.
Please login to write comment.