Color spaces of #65828a
RGB | 101 | 130 | 138 |
---|---|---|---|
HSL | 0.54 | 0.15 | 0.47 |
HSV | 193° | 27° | 54° |
CMYK | 0.27 | 0.06 | 0.00 0.46 |
XYZ | 17.9369 | 20.5669 | 27.0692 |
Yxy | 20.5669 | 0.2735 | 0.3136 |
Hunter Lab | 45.3507 | -8.7644 | -3.6438 |
CIE-Lab | 52.4722 | -8.3428 | -7.7023 |
#65828a color RGB value is (101,130,138).
#65828a hex color red value is 101, green value is 130 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #65828a hue: 0.54 , saturation: 0.15 and the lightness value of 65828a is 0.47.
The process color (four color CMYK) of #65828a color hex is 0.27, 0.06, 0.00, 0.46. Web safe color of #65828a is #669999. Color #65828a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 10000010 | 10001010 |
Octal | 145 | 202 | 212 |
Decimal | 101 | 130 | 138 |
Hex | 65 | 82 | 8A |
Shades of #65828a
Tints of #65828a
RGB Percentages of Color #65828a
CMYK Percentages of Color #65828a
Complementary Color
#65828a | #8a6d65 |
#65828a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#65828a Color Preview on White Background
Lorem ipsum dolor sit amet.
#65828a Color CSS Codes
.mybgcolor {background-color:#65828a; } .myforecolor {color:#65828a; } .mybordercolor {border:3px solid #65828a; }
#65828a Text Font Color
<p style="color:#65828a">Text here</p>
This sample text font color is #65828a
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.
#65828a Background Color
<div style="background-color:#65828a">
Div content here</div>
This div background color is #65828a
#65828a Border Color
<div style="border:3px solid #65828a">
Div here</div>
This div border color is #65828a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,130,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #65828a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #65828a; -webkit-box-shadow: 1px 1px 3px 2px #65828a; box-shadow: 1px 1px 3px 2px #65828a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,130,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #65828a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #65828a; -webkit-box-shadow: 1px 1px 3px 2px #65828a; box-shadow: 1px 1px 3px 2px #65828a;">
Div content here</div>
This div box has shadow with color #65828a
Comments
No comments written yet.
Please login to write comment.