Color spaces of #61dcef
RGB | 97 | 220 | 239 |
---|---|---|---|
HSL | 0.52 | 0.82 | 0.66 |
HSV | 188° | 59° | 94° |
CMYK | 0.59 | 0.08 | 0.00 0.06 |
XYZ | 46.1030 | 59.9598 | 90.8049 |
Yxy | 59.9598 | 0.2342 | 0.3046 |
Hunter Lab | 77.4337 | -29.2325 | -15.3245 |
CIE-Lab | 81.8163 | -28.7659 | -19.6061 |
#61dcef color RGB value is (97,220,239).
#61dcef hex color red value is 97, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #61dcef hue: 0.52 , saturation: 0.82 and the lightness value of 61dcef is 0.66.
The process color (four color CMYK) of #61dcef color hex is 0.59, 0.08, 0.00, 0.06. Web safe color of #61dcef is #66ccff. Color #61dcef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 11011100 | 11101111 |
Octal | 141 | 334 | 357 |
Decimal | 97 | 220 | 239 |
Hex | 61 | DC | EF |
Shades of #61dcef
Tints of #61dcef
RGB Percentages of Color #61dcef
CMYK Percentages of Color #61dcef
Complementary Color
#61dcef | #ef7461 |
#61dcef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#61dcef Color Preview on White Background
Lorem ipsum dolor sit amet.
#61dcef Color CSS Codes
.mybgcolor {background-color:#61dcef; } .myforecolor {color:#61dcef; } .mybordercolor {border:3px solid #61dcef; }
#61dcef Text Font Color
<p style="color:#61dcef">Text here</p>
This sample text font color is #61dcef
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.
#61dcef Background Color
<div style="background-color:#61dcef">
Div content here</div>
This div background color is #61dcef
#61dcef Border Color
<div style="border:3px solid #61dcef">
Div here</div>
This div border color is #61dcef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,220,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #61dcef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #61dcef; -webkit-box-shadow: 1px 1px 3px 2px #61dcef; box-shadow: 1px 1px 3px 2px #61dcef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,220,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #61dcef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #61dcef; -webkit-box-shadow: 1px 1px 3px 2px #61dcef; box-shadow: 1px 1px 3px 2px #61dcef;">
Div content here</div>
This div box has shadow with color #61dcef
Comments
No comments written yet.
Please login to write comment.