Color spaces of #3dbace
RGB | 61 | 186 | 206 |
---|---|---|---|
HSL | 0.52 | 0.60 | 0.52 |
HSV | 188° | 70° | 81° |
CMYK | 0.70 | 0.10 | 0.00 0.19 |
XYZ | 30.6240 | 40.5661 | 64.6085 |
Yxy | 40.5661 | 0.2255 | 0.2987 |
Hunter Lab | 63.6915 | -25.6342 | -15.5595 |
CIE-Lab | 69.8708 | -27.3564 | -20.0102 |
#3dbace color RGB value is (61,186,206).
#3dbace hex color red value is 61, green value is 186 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #3dbace hue: 0.52 , saturation: 0.60 and the lightness value of 3dbace is 0.52.
The process color (four color CMYK) of #3dbace color hex is 0.70, 0.10, 0.00, 0.19. Web safe color of #3dbace is #33cccc. Color #3dbace contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111101 | 10111010 | 11001110 |
Octal | 75 | 272 | 316 |
Decimal | 61 | 186 | 206 |
Hex | 3D | BA | CE |
Shades of #3dbace
Tints of #3dbace
RGB Percentages of Color #3dbace
CMYK Percentages of Color #3dbace
Complementary Color
#3dbace | #ce513d |
#3dbace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3dbace Color Preview on White Background
Lorem ipsum dolor sit amet.
#3dbace Color CSS Codes
.mybgcolor {background-color:#3dbace; } .myforecolor {color:#3dbace; } .mybordercolor {border:3px solid #3dbace; }
#3dbace Text Font Color
<p style="color:#3dbace">Text here</p>
This sample text font color is #3dbace
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.
#3dbace Background Color
<div style="background-color:#3dbace">
Div content here</div>
This div background color is #3dbace
#3dbace Border Color
<div style="border:3px solid #3dbace">
Div here</div>
This div border color is #3dbace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(61,186,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3dbace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3dbace; -webkit-box-shadow: 1px 1px 3px 2px #3dbace; box-shadow: 1px 1px 3px 2px #3dbace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(61,186,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3dbace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3dbace; -webkit-box-shadow: 1px 1px 3px 2px #3dbace; box-shadow: 1px 1px 3px 2px #3dbace;">
Div content here</div>
This div box has shadow with color #3dbace
Comments
No comments written yet.
Please login to write comment.