Color spaces of #61bcbd
RGB | 97 | 188 | 189 |
---|---|---|---|
HSL | 0.50 | 0.41 | 0.56 |
HSV | 181° | 49° | 74° |
CMYK | 0.49 | 0.01 | 0.00 0.26 |
XYZ | 32.0983 | 42.1819 | 54.5943 |
Yxy | 42.1819 | 0.2491 | 0.3273 |
Hunter Lab | 64.9476 | -25.4403 | -4.3753 |
CIE-Lab | 70.9962 | -26.7921 | -8.8951 |
#61bcbd color RGB value is (97,188,189).
#61bcbd hex color red value is 97, green value is 188 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #61bcbd hue: 0.50 , saturation: 0.41 and the lightness value of 61bcbd is 0.56.
The process color (four color CMYK) of #61bcbd color hex is 0.49, 0.01, 0.00, 0.26. Web safe color of #61bcbd is #66cccc. Color #61bcbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 10111100 | 10111101 |
Octal | 141 | 274 | 275 |
Decimal | 97 | 188 | 189 |
Hex | 61 | BC | BD |
Shades of #61bcbd
Tints of #61bcbd
RGB Percentages of Color #61bcbd
CMYK Percentages of Color #61bcbd
Complementary Color
#61bcbd | #bd6261 |
#61bcbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#61bcbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#61bcbd Color CSS Codes
.mybgcolor {background-color:#61bcbd; } .myforecolor {color:#61bcbd; } .mybordercolor {border:3px solid #61bcbd; }
#61bcbd Text Font Color
<p style="color:#61bcbd">Text here</p>
This sample text font color is #61bcbd
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.
#61bcbd Background Color
<div style="background-color:#61bcbd">
Div content here</div>
This div background color is #61bcbd
#61bcbd Border Color
<div style="border:3px solid #61bcbd">
Div here</div>
This div border color is #61bcbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,188,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #61bcbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #61bcbd; -webkit-box-shadow: 1px 1px 3px 2px #61bcbd; box-shadow: 1px 1px 3px 2px #61bcbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,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 #61bcbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #61bcbd; -webkit-box-shadow: 1px 1px 3px 2px #61bcbd; box-shadow: 1px 1px 3px 2px #61bcbd;">
Div content here</div>
This div box has shadow with color #61bcbd
Comments
No comments written yet.
Please login to write comment.