Color spaces of #61bfce
RGB | 97 | 191 | 206 |
---|---|---|---|
HSL | 0.52 | 0.53 | 0.59 |
HSV | 188° | 53° | 81° |
CMYK | 0.53 | 0.07 | 0.00 0.19 |
XYZ | 34.7011 | 44.2592 | 65.1065 |
Yxy | 44.2592 | 0.2409 | 0.3072 |
Hunter Lab | 66.5276 | -23.3168 | -11.4542 |
CIE-Lab | 72.4014 | -23.6814 | -16.0779 |
#61bfce color RGB value is (97,191,206).
#61bfce hex color red value is 97, green value is 191 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #61bfce hue: 0.52 , saturation: 0.53 and the lightness value of 61bfce is 0.59.
The process color (four color CMYK) of #61bfce color hex is 0.53, 0.07, 0.00, 0.19. Web safe color of #61bfce is #66cccc. Color #61bfce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 10111111 | 11001110 |
Octal | 141 | 277 | 316 |
Decimal | 97 | 191 | 206 |
Hex | 61 | BF | CE |
Shades of #61bfce
Tints of #61bfce
RGB Percentages of Color #61bfce
CMYK Percentages of Color #61bfce
Complementary Color
#61bfce | #ce7061 |
#61bfce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#61bfce Color Preview on White Background
Lorem ipsum dolor sit amet.
#61bfce Color CSS Codes
.mybgcolor {background-color:#61bfce; } .myforecolor {color:#61bfce; } .mybordercolor {border:3px solid #61bfce; }
#61bfce Text Font Color
<p style="color:#61bfce">Text here</p>
This sample text font color is #61bfce
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.
#61bfce Background Color
<div style="background-color:#61bfce">
Div content here</div>
This div background color is #61bfce
#61bfce Border Color
<div style="border:3px solid #61bfce">
Div here</div>
This div border color is #61bfce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,191,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #61bfce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #61bfce; -webkit-box-shadow: 1px 1px 3px 2px #61bfce; box-shadow: 1px 1px 3px 2px #61bfce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,191,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 #61bfce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #61bfce; -webkit-box-shadow: 1px 1px 3px 2px #61bfce; box-shadow: 1px 1px 3px 2px #61bfce;">
Div content here</div>
This div box has shadow with color #61bfce
Comments
No comments written yet.
Please login to write comment.