Color spaces of #62aebf
RGB | 98 | 174 | 191 |
---|---|---|---|
HSL | 0.53 | 0.42 | 0.57 |
HSV | 191° | 49° | 75° |
CMYK | 0.49 | 0.09 | 0.00 0.25 |
XYZ | 29.5770 | 36.6304 | 54.8017 |
Yxy | 36.6304 | 0.2444 | 0.3027 |
Hunter Lab | 60.5231 | -18.6842 | -11.3191 |
CIE-Lab | 66.9988 | -18.9287 | -15.9880 |
#62aebf color RGB value is (98,174,191).
#62aebf hex color red value is 98, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #62aebf hue: 0.53 , saturation: 0.42 and the lightness value of 62aebf is 0.57.
The process color (four color CMYK) of #62aebf color hex is 0.49, 0.09, 0.00, 0.25. Web safe color of #62aebf is #6699cc. Color #62aebf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 10101110 | 10111111 |
Octal | 142 | 256 | 277 |
Decimal | 98 | 174 | 191 |
Hex | 62 | AE | BF |
Shades of #62aebf
Tints of #62aebf
RGB Percentages of Color #62aebf
CMYK Percentages of Color #62aebf
Complementary Color
#62aebf | #bf7362 |
#62aebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#62aebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#62aebf Color CSS Codes
.mybgcolor {background-color:#62aebf; } .myforecolor {color:#62aebf; } .mybordercolor {border:3px solid #62aebf; }
#62aebf Text Font Color
<p style="color:#62aebf">Text here</p>
This sample text font color is #62aebf
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.
#62aebf Background Color
<div style="background-color:#62aebf">
Div content here</div>
This div background color is #62aebf
#62aebf Border Color
<div style="border:3px solid #62aebf">
Div here</div>
This div border color is #62aebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,174,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #62aebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #62aebf; -webkit-box-shadow: 1px 1px 3px 2px #62aebf; box-shadow: 1px 1px 3px 2px #62aebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,174,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #62aebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #62aebf; -webkit-box-shadow: 1px 1px 3px 2px #62aebf; box-shadow: 1px 1px 3px 2px #62aebf;">
Div content here</div>
This div box has shadow with color #62aebf
Comments
No comments written yet.
Please login to write comment.