Color spaces of #3cdfb9
RGB | 60 | 223 | 185 |
---|---|---|---|
HSL | 0.46 | 0.72 | 0.55 |
HSV | 166° | 73° | 87° |
CMYK | 0.73 | 0.00 | 0.17 0.13 |
XYZ | 37.0081 | 57.2388 | 54.9966 |
Yxy | 57.2388 | 0.2480 | 0.3835 |
Hunter Lab | 75.6563 | -45.0834 | 9.8599 |
CIE-Lab | 80.3137 | -50.0361 | 6.7803 |
#3cdfb9 color RGB value is (60,223,185).
#3cdfb9 hex color red value is 60, green value is 223 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #3cdfb9 hue: 0.46 , saturation: 0.72 and the lightness value of 3cdfb9 is 0.55.
The process color (four color CMYK) of #3cdfb9 color hex is 0.73, 0.00, 0.17, 0.13. Web safe color of #3cdfb9 is #33cccc. Color #3cdfb9 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111100 | 11011111 | 10111001 |
Octal | 74 | 337 | 271 |
Decimal | 60 | 223 | 185 |
Hex | 3C | DF | B9 |
Shades of #3cdfb9
Tints of #3cdfb9
RGB Percentages of Color #3cdfb9
CMYK Percentages of Color #3cdfb9
Complementary Color
#3cdfb9 | #df3c62 |
#3cdfb9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3cdfb9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#3cdfb9 Color CSS Codes
.mybgcolor {background-color:#3cdfb9; } .myforecolor {color:#3cdfb9; } .mybordercolor {border:3px solid #3cdfb9; }
#3cdfb9 Text Font Color
<p style="color:#3cdfb9">Text here</p>
This sample text font color is #3cdfb9
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.
#3cdfb9 Background Color
<div style="background-color:#3cdfb9">
Div content here</div>
This div background color is #3cdfb9
#3cdfb9 Border Color
<div style="border:3px solid #3cdfb9">
Div here</div>
This div border color is #3cdfb9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(60,223,185, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3cdfb9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3cdfb9; -webkit-box-shadow: 1px 1px 3px 2px #3cdfb9; box-shadow: 1px 1px 3px 2px #3cdfb9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(60,223,185, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3cdfb9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3cdfb9; -webkit-box-shadow: 1px 1px 3px 2px #3cdfb9; box-shadow: 1px 1px 3px 2px #3cdfb9;">
Div content here</div>
This div box has shadow with color #3cdfb9
Comments
No comments written yet.
Please login to write comment.