Color spaces of #62bcca
RGB | 98 | 188 | 202 |
---|---|---|---|
HSL | 0.52 | 0.50 | 0.59 |
HSV | 188° | 51° | 79° |
CMYK | 0.51 | 0.07 | 0.00 0.21 |
XYZ | 33.6809 | 42.8274 | 62.3685 |
Yxy | 42.8274 | 0.2425 | 0.3084 |
Hunter Lab | 65.4426 | -22.6573 | -10.6950 |
CIE-Lab | 71.4377 | -23.0643 | -15.3437 |
#62bcca color RGB value is (98,188,202).
#62bcca hex color red value is 98, green value is 188 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #62bcca hue: 0.52 , saturation: 0.50 and the lightness value of 62bcca is 0.59.
The process color (four color CMYK) of #62bcca color hex is 0.51, 0.07, 0.00, 0.21. Web safe color of #62bcca is #66cccc. Color #62bcca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 10111100 | 11001010 |
Octal | 142 | 274 | 312 |
Decimal | 98 | 188 | 202 |
Hex | 62 | BC | CA |
Shades of #62bcca
Tints of #62bcca
RGB Percentages of Color #62bcca
CMYK Percentages of Color #62bcca
Complementary Color
#62bcca | #ca7062 |
#62bcca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#62bcca Color Preview on White Background
Lorem ipsum dolor sit amet.
#62bcca Color CSS Codes
.mybgcolor {background-color:#62bcca; } .myforecolor {color:#62bcca; } .mybordercolor {border:3px solid #62bcca; }
#62bcca Text Font Color
<p style="color:#62bcca">Text here</p>
This sample text font color is #62bcca
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.
#62bcca Background Color
<div style="background-color:#62bcca">
Div content here</div>
This div background color is #62bcca
#62bcca Border Color
<div style="border:3px solid #62bcca">
Div here</div>
This div border color is #62bcca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,188,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #62bcca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #62bcca; -webkit-box-shadow: 1px 1px 3px 2px #62bcca; box-shadow: 1px 1px 3px 2px #62bcca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,188,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #62bcca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #62bcca; -webkit-box-shadow: 1px 1px 3px 2px #62bcca; box-shadow: 1px 1px 3px 2px #62bcca;">
Div content here</div>
This div box has shadow with color #62bcca
Comments
No comments written yet.
Please login to write comment.