Color spaces of #3dcabe
RGB | 61 | 202 | 190 |
---|---|---|---|
HSL | 0.49 | 0.57 | 0.52 |
HSV | 175° | 70° | 79° |
CMYK | 0.70 | 0.00 | 0.06 0.21 |
XYZ | 32.3393 | 46.9509 | 56.0732 |
Yxy | 46.9509 | 0.2389 | 0.3469 |
Hunter Lab | 68.5207 | -35.6657 | -0.5548 |
CIE-Lab | 74.1584 | -39.5531 | -4.8650 |
#3dcabe color RGB value is (61,202,190).
#3dcabe hex color red value is 61, green value is 202 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #3dcabe hue: 0.49 , saturation: 0.57 and the lightness value of 3dcabe is 0.52.
The process color (four color CMYK) of #3dcabe color hex is 0.70, 0.00, 0.06, 0.21. Web safe color of #3dcabe is #33cccc. Color #3dcabe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111101 | 11001010 | 10111110 |
Octal | 75 | 312 | 276 |
Decimal | 61 | 202 | 190 |
Hex | 3D | CA | BE |
Shades of #3dcabe
Tints of #3dcabe
RGB Percentages of Color #3dcabe
CMYK Percentages of Color #3dcabe
Complementary Color
#3dcabe | #ca3d49 |
#3dcabe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3dcabe Color Preview on White Background
Lorem ipsum dolor sit amet.
#3dcabe Color CSS Codes
.mybgcolor {background-color:#3dcabe; } .myforecolor {color:#3dcabe; } .mybordercolor {border:3px solid #3dcabe; }
#3dcabe Text Font Color
<p style="color:#3dcabe">Text here</p>
This sample text font color is #3dcabe
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.
#3dcabe Background Color
<div style="background-color:#3dcabe">
Div content here</div>
This div background color is #3dcabe
#3dcabe Border Color
<div style="border:3px solid #3dcabe">
Div here</div>
This div border color is #3dcabe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(61,202,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3dcabe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3dcabe; -webkit-box-shadow: 1px 1px 3px 2px #3dcabe; box-shadow: 1px 1px 3px 2px #3dcabe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(61,202,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3dcabe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3dcabe; -webkit-box-shadow: 1px 1px 3px 2px #3dcabe; box-shadow: 1px 1px 3px 2px #3dcabe;">
Div content here</div>
This div box has shadow with color #3dcabe
Comments
No comments written yet.
Please login to write comment.