Color spaces of #61bfcc
RGB | 97 | 191 | 204 |
---|---|---|---|
HSL | 0.52 | 0.51 | 0.59 |
HSV | 187° | 52° | 80° |
CMYK | 0.52 | 0.06 | 0.00 0.20 |
XYZ | 34.4596 | 44.1626 | 63.8348 |
Yxy | 44.1626 | 0.2419 | 0.3100 |
Hunter Lab | 66.4549 | -23.7366 | -10.4339 |
CIE-Lab | 72.3370 | -24.2349 | -15.0846 |
#61bfcc color RGB value is (97,191,204).
#61bfcc hex color red value is 97, green value is 191 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #61bfcc hue: 0.52 , saturation: 0.51 and the lightness value of 61bfcc is 0.59.
The process color (four color CMYK) of #61bfcc color hex is 0.52, 0.06, 0.00, 0.20. Web safe color of #61bfcc is #66cccc. Color #61bfcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 10111111 | 11001100 |
Octal | 141 | 277 | 314 |
Decimal | 97 | 191 | 204 |
Hex | 61 | BF | CC |
Shades of #61bfcc
Tints of #61bfcc
RGB Percentages of Color #61bfcc
CMYK Percentages of Color #61bfcc
Complementary Color
#61bfcc | #cc6e61 |
#61bfcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#61bfcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#61bfcc Color CSS Codes
.mybgcolor {background-color:#61bfcc; } .myforecolor {color:#61bfcc; } .mybordercolor {border:3px solid #61bfcc; }
#61bfcc Text Font Color
<p style="color:#61bfcc">Text here</p>
This sample text font color is #61bfcc
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.
#61bfcc Background Color
<div style="background-color:#61bfcc">
Div content here</div>
This div background color is #61bfcc
#61bfcc Border Color
<div style="border:3px solid #61bfcc">
Div here</div>
This div border color is #61bfcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,191,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #61bfcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #61bfcc; -webkit-box-shadow: 1px 1px 3px 2px #61bfcc; box-shadow: 1px 1px 3px 2px #61bfcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,191,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #61bfcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #61bfcc; -webkit-box-shadow: 1px 1px 3px 2px #61bfcc; box-shadow: 1px 1px 3px 2px #61bfcc;">
Div content here</div>
This div box has shadow with color #61bfcc
Comments
No comments written yet.
Please login to write comment.