Color spaces of #65949a
RGB | 101 | 148 | 154 |
---|---|---|---|
HSL | 0.52 | 0.21 | 0.50 |
HSV | 187° | 34° | 60° |
CMYK | 0.34 | 0.04 | 0.00 0.40 |
XYZ | 21.7895 | 26.2796 | 34.4959 |
Yxy | 26.2796 | 0.2639 | 0.3183 |
Hunter Lab | 51.2636 | -13.8403 | -4.0124 |
CIE-Lab | 58.3015 | -14.2523 | -8.2368 |
#65949a color RGB value is (101,148,154).
#65949a hex color red value is 101, green value is 148 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #65949a hue: 0.52 , saturation: 0.21 and the lightness value of 65949a is 0.50.
The process color (four color CMYK) of #65949a color hex is 0.34, 0.04, 0.00, 0.40. Web safe color of #65949a is #669999. Color #65949a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 10010100 | 10011010 |
Octal | 145 | 224 | 232 |
Decimal | 101 | 148 | 154 |
Hex | 65 | 94 | 9A |
Shades of #65949a
Tints of #65949a
RGB Percentages of Color #65949a
CMYK Percentages of Color #65949a
Complementary Color
#65949a | #9a6b65 |
#65949a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#65949a Color Preview on White Background
Lorem ipsum dolor sit amet.
#65949a Color CSS Codes
.mybgcolor {background-color:#65949a; } .myforecolor {color:#65949a; } .mybordercolor {border:3px solid #65949a; }
#65949a Text Font Color
<p style="color:#65949a">Text here</p>
This sample text font color is #65949a
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.
#65949a Background Color
<div style="background-color:#65949a">
Div content here</div>
This div background color is #65949a
#65949a Border Color
<div style="border:3px solid #65949a">
Div here</div>
This div border color is #65949a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,148,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #65949a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #65949a; -webkit-box-shadow: 1px 1px 3px 2px #65949a; box-shadow: 1px 1px 3px 2px #65949a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,148,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #65949a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #65949a; -webkit-box-shadow: 1px 1px 3px 2px #65949a; box-shadow: 1px 1px 3px 2px #65949a;">
Div content here</div>
This div box has shadow with color #65949a
Comments
No comments written yet.
Please login to write comment.