Color spaces of #62afbb
RGB | 98 | 175 | 187 |
---|---|---|---|
HSL | 0.52 | 0.40 | 0.56 |
HSV | 188° | 48° | 73° |
CMYK | 0.48 | 0.06 | 0.00 0.27 |
XYZ | 29.3366 | 36.8445 | 52.5792 |
Yxy | 36.8445 | 0.2470 | 0.3102 |
Hunter Lab | 60.6997 | -19.9541 | -8.8683 |
CIE-Lab | 67.1602 | -20.5448 | -13.5294 |
#62afbb color RGB value is (98,175,187).
#62afbb hex color red value is 98, green value is 175 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #62afbb hue: 0.52 , saturation: 0.40 and the lightness value of 62afbb is 0.56.
The process color (four color CMYK) of #62afbb color hex is 0.48, 0.06, 0.00, 0.27. Web safe color of #62afbb is #6699cc. Color #62afbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 10101111 | 10111011 |
Octal | 142 | 257 | 273 |
Decimal | 98 | 175 | 187 |
Hex | 62 | AF | BB |
Shades of #62afbb
Tints of #62afbb
RGB Percentages of Color #62afbb
CMYK Percentages of Color #62afbb
Complementary Color
#62afbb | #bb6e62 |
#62afbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#62afbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#62afbb Color CSS Codes
.mybgcolor {background-color:#62afbb; } .myforecolor {color:#62afbb; } .mybordercolor {border:3px solid #62afbb; }
#62afbb Text Font Color
<p style="color:#62afbb">Text here</p>
This sample text font color is #62afbb
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.
#62afbb Background Color
<div style="background-color:#62afbb">
Div content here</div>
This div background color is #62afbb
#62afbb Border Color
<div style="border:3px solid #62afbb">
Div here</div>
This div border color is #62afbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,175,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #62afbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #62afbb; -webkit-box-shadow: 1px 1px 3px 2px #62afbb; box-shadow: 1px 1px 3px 2px #62afbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,175,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #62afbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #62afbb; -webkit-box-shadow: 1px 1px 3px 2px #62afbb; box-shadow: 1px 1px 3px 2px #62afbb;">
Div content here</div>
This div box has shadow with color #62afbb
Comments
No comments written yet.
Please login to write comment.